jcommon.core.platform.unix
Class Process
java.lang.Object
jcommon.core.platform.unix.UnixPlatformProvider
jcommon.core.platform.unix.Process
- All Implemented Interfaces:
- IPlatformImplementation, IPlatformProvider, IProcess
public final class Process
- extends UnixPlatformProvider
- implements IProcess
INSTANCE
public static final IProcess INSTANCE
Process
public Process()
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.