jcommon.core.platform.win32
Class Process

java.lang.Object
  extended by jcommon.core.platform.win32.Win32PlatformProvider
      extended by jcommon.core.platform.win32.Process
All Implemented Interfaces:
IPlatformImplementation, IPlatformProvider, IProcess

public final class Process
extends Win32PlatformProvider
implements IProcess


Nested Class Summary
 
Nested classes/interfaces inherited from interface jcommon.core.platform.IProcess
IProcess.Default
 
Field Summary
static IProcess INSTANCE
           
 
Fields inherited from interface jcommon.core.platform.IProcess
DEFAULT
 
Constructor Summary
Process()
           
 
Method Summary
 boolean changeWorkingDirectory(String path)
           
 IPlatformImplementation provideImplementation()
           
 int queryLastError()
           
 int queryPID()
           
 
Methods inherited from class jcommon.core.platform.win32.Win32PlatformProvider
providerMatchesPlatform
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IProcess INSTANCE
Constructor Detail

Process

public Process()
Method Detail

provideImplementation

public IPlatformImplementation provideImplementation()
Specified by:
provideImplementation in interface IPlatformProvider

queryLastError

public int queryLastError()
Specified by:
queryLastError in interface IProcess

queryPID

public int queryPID()
Specified by:
queryPID in interface IProcess

changeWorkingDirectory

public boolean changeWorkingDirectory(String path)
Specified by:
changeWorkingDirectory in interface IProcess


Copyright © 2012-2013. All Rights Reserved.