Package com.tek42.perforce.process

Provides objects for interacting with processes.

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
 

Package com.tek42.perforce.process Description

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.



Copyright © 2010. All Rights Reserved.