|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSTask
This class wraps the Objective-C class NSTask. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSTask()
Wraps the Objective-C method init |
|
| Method Summary | |
NSArray |
arguments()
Wraps the Objective-C method arguments |
java.lang.String |
currentDirectoryPath()
Wraps the Objective-C method currentDirectoryPath |
NSDictionary |
environment()
Wraps the Objective-C method environment |
void |
interrupt()
Wraps the Objective-C method interrupt |
boolean |
isRunning()
Wraps the Objective-C method isRunning |
void |
launch()
Wraps the Objective-C method launch |
static NSTask |
launchedTaskWithLaunchPath(java.lang.String arg0,
NSArray arg1)
Wraps the Objective-C method launchedTaskWithLaunchPath:arguments: |
java.lang.String |
launchPath()
Wraps the Objective-C method launchPath |
void |
setArguments(NSArray arg0)
Wraps the Objective-C method setArguments: |
void |
setCurrentDirectoryPath(java.lang.String arg0)
Wraps the Objective-C method setCurrentDirectoryPath: |
void |
setEnvironment(NSDictionary arg0)
Wraps the Objective-C method setEnvironment: |
void |
setLaunchPath(java.lang.String arg0)
Wraps the Objective-C method setLaunchPath: |
void |
setStandardError(java.lang.Object arg0)
Wraps the Objective-C method setStandardError: |
void |
setStandardInput(java.lang.Object arg0)
Wraps the Objective-C method setStandardInput: |
void |
setStandardOutput(java.lang.Object arg0)
Wraps the Objective-C method setStandardOutput: |
java.lang.Object |
standardError()
Wraps the Objective-C method standardError |
java.lang.Object |
standardInput()
Wraps the Objective-C method standardInput |
java.lang.Object |
standardOutput()
Wraps the Objective-C method standardOutput |
void |
terminate()
Wraps the Objective-C method terminate |
int |
terminationStatus()
Wraps the Objective-C method terminationStatus |
boolean |
usePseudoTerminal()
Wraps the Objective-C method usePseudoTerminal |
void |
waitUntilExit()
Wraps the Objective-C method waitUntilExit |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSTask()
| Method Detail |
public static NSTask launchedTaskWithLaunchPath(java.lang.String arg0,
NSArray arg1)
public NSArray arguments()
public java.lang.String currentDirectoryPath()
public NSDictionary environment()
public java.lang.String launchPath()
public java.lang.Object standardError()
public java.lang.Object standardInput()
public java.lang.Object standardOutput()
public void setArguments(NSArray arg0)
public void setCurrentDirectoryPath(java.lang.String arg0)
public void setEnvironment(NSDictionary arg0)
public void setLaunchPath(java.lang.String arg0)
public void setStandardError(java.lang.Object arg0)
public void setStandardInput(java.lang.Object arg0)
public void setStandardOutput(java.lang.Object arg0)
public boolean isRunning()
public int terminationStatus()
public void interrupt()
public void launch()
public void terminate()
public boolean usePseudoTerminal()
public void waitUntilExit()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||