org.progeeks.cmd
Interface TargetedEnvironment
- All Superinterfaces:
- CommandProcessor, Environment
public interface TargetedEnvironment
- extends Environment
Specialization of Environment providing access to
a specific target object. This is useful for sharing commands
that can then be run against several different objects.
- Version:
- $Revision: 1.1 $
- Author:
- Paul Speed
Method Summary |
java.lang.Object |
getTarget()
Returns the target object upon which commands in this environment
will operate. |
getTarget
java.lang.Object getTarget()
- Returns the target object upon which commands in this environment
will operate.
Copyright © 2002-2003 Paul Speed. All Rights Reserved.