|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Executor | A simplified interface for interacting with another process. |
| ExecutorFactory | Parent interface to handle creation of new Executor objects. |
| Class Summary | |
|---|---|
| CmdLineExecutor | Executes on the command line. |
| DefaultExecutorFactory | Default @{link ExecutorFactory} that handles creating new CmdLineExecutors |
Provides objects for interacting with processes. All of our interaction with perforce happens through the command line client: p4.
This package provides methods for simplifying the interaction with system calls. Additionally, it abstracts this interaction so that other methods could be used. For example, the perforce native DLL for windows.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||