gnu.gnustep.base
Class NSTask

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSTask
All Implemented Interfaces:
java.lang.Cloneable

public class NSTask
extends NSObject

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

NSTask

public NSTask()
Wraps the Objective-C method init
Method Detail

launchedTaskWithLaunchPath

public static NSTask launchedTaskWithLaunchPath(java.lang.String arg0,
                                                NSArray arg1)
Wraps the Objective-C method launchedTaskWithLaunchPath:arguments:

arguments

public NSArray arguments()
Wraps the Objective-C method arguments

currentDirectoryPath

public java.lang.String currentDirectoryPath()
Wraps the Objective-C method currentDirectoryPath

environment

public NSDictionary environment()
Wraps the Objective-C method environment

launchPath

public java.lang.String launchPath()
Wraps the Objective-C method launchPath

standardError

public java.lang.Object standardError()
Wraps the Objective-C method standardError

standardInput

public java.lang.Object standardInput()
Wraps the Objective-C method standardInput

standardOutput

public java.lang.Object standardOutput()
Wraps the Objective-C method standardOutput

setArguments

public void setArguments(NSArray arg0)
Wraps the Objective-C method setArguments:

setCurrentDirectoryPath

public void setCurrentDirectoryPath(java.lang.String arg0)
Wraps the Objective-C method setCurrentDirectoryPath:

setEnvironment

public void setEnvironment(NSDictionary arg0)
Wraps the Objective-C method setEnvironment:

setLaunchPath

public void setLaunchPath(java.lang.String arg0)
Wraps the Objective-C method setLaunchPath:

setStandardError

public void setStandardError(java.lang.Object arg0)
Wraps the Objective-C method setStandardError:

setStandardInput

public void setStandardInput(java.lang.Object arg0)
Wraps the Objective-C method setStandardInput:

setStandardOutput

public void setStandardOutput(java.lang.Object arg0)
Wraps the Objective-C method setStandardOutput:

isRunning

public boolean isRunning()
Wraps the Objective-C method isRunning

terminationStatus

public int terminationStatus()
Wraps the Objective-C method terminationStatus

interrupt

public void interrupt()
Wraps the Objective-C method interrupt

launch

public void launch()
Wraps the Objective-C method launch

terminate

public void terminate()
Wraps the Objective-C method terminate

usePseudoTerminal

public boolean usePseudoTerminal()
Wraps the Objective-C method usePseudoTerminal

waitUntilExit

public void waitUntilExit()
Wraps the Objective-C method waitUntilExit