orca.manage.tasks.ant
Class AntTool
java.lang.Object
orca.manage.tasks.ant.AntTool
public class AntTool
- extends java.lang.Object
|
Method Summary |
protected void |
actionComplete(orca.manage.tasks.ant.AntTool.ExecuteAnt executor,
ManagementAction token,
java.util.Properties p)
|
java.util.Properties |
execute(java.lang.String file,
java.util.Properties javaProperties)
|
void |
execute(java.lang.String file,
java.util.Properties javaProperties,
ManagementAction token)
Executes the specified ant script asynchronously |
void |
initialize()
|
protected void |
register(orca.manage.tasks.ant.AntTool.ExecuteAnt executor)
|
protected void |
unregister(orca.manage.tasks.ant.AntTool.ExecuteAnt executor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyAntFile
public static final java.lang.String PropertyAntFile
- See Also:
- Constant Field Values
PropertyAntProjectHelper
public static final java.lang.String PropertyAntProjectHelper
- See Also:
- Constant Field Values
TargetName
public static final java.lang.String TargetName
- See Also:
- Constant Field Values
mapper
protected ConfigurationPropertiesMapper mapper
threads
protected java.util.Hashtable<java.lang.Long,orca.manage.tasks.ant.AntTool.ExecuteAnt> threads
manager
protected CodContainerManagerObject manager
AntTool
public AntTool(CodContainerManagerObject manager)
initialize
public void initialize()
throws java.lang.Exception
- Throws:
java.lang.Exception
register
protected void register(orca.manage.tasks.ant.AntTool.ExecuteAnt executor)
unregister
protected void unregister(orca.manage.tasks.ant.AntTool.ExecuteAnt executor)
actionComplete
protected void actionComplete(orca.manage.tasks.ant.AntTool.ExecuteAnt executor,
ManagementAction token,
java.util.Properties p)
execute
public void execute(java.lang.String file,
java.util.Properties javaProperties,
ManagementAction token)
- Executes the specified ant script asynchronously
- Parameters:
file - javaProperties - token -
execute
public java.util.Properties execute(java.lang.String file,
java.util.Properties javaProperties)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.