jcommon.core.platform
Interface IProcess

All Superinterfaces:
IPlatformImplementation
All Known Implementing Classes:
IProcess.Default, Process, Process, Process

public interface IProcess
extends IPlatformImplementation

Provides native access to platform-specific process operations.


Nested Class Summary
static class IProcess.Default
           
 
Field Summary
static IProcess DEFAULT
           
 
Method Summary
 boolean changeWorkingDirectory(String path)
           
 int queryLastError()
           
 int queryPID()
           
 

Field Detail

DEFAULT

static final IProcess DEFAULT
Method Detail

queryLastError

int queryLastError()

queryPID

int queryPID()

changeWorkingDirectory

boolean changeWorkingDirectory(String path)


Copyright © 2012-2013. All Rights Reserved.