gnu.gnustep.base
Class NSProcessInfo

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

public class NSProcessInfo
extends NSObject

This class wraps the Objective-C class NSProcessInfo. It was automatically generated by JIGS WrapCreator.


Method Summary
 NSArray arguments()
          Wraps the Objective-C method arguments
 NSDictionary environment()
          Wraps the Objective-C method environment
 java.lang.String globallyUniqueString()
          Wraps the Objective-C method globallyUniqueString
 java.lang.String hostName()
          Wraps the Objective-C method hostName
static NSProcessInfo processInfo()
          Wraps the Objective-C method processInfo
 java.lang.String processName()
          Wraps the Objective-C method processName
 void setProcessName(java.lang.String arg0)
          Wraps the Objective-C method setProcessName:
 
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
 

Method Detail

processInfo

public static NSProcessInfo processInfo()
Wraps the Objective-C method processInfo

arguments

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

environment

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

hostName

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

processName

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

globallyUniqueString

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

setProcessName

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