org.apache.beehive.controls.runtime.assembly
Class AssembleTask
Object
ProjectComponent
Task
AssembleTask
public class AssembleTask
- extends Task
AssembleTask defines a custom ant task to perform control assembly.
Fields inherited from class Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class ProjectComponent |
project |
Methods inherited from class Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class ProjectComponent |
getProject, setProject |
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_contextFactoryClassName
protected String _contextFactoryClassName
_moduleDir
protected File _moduleDir
_srcOutputDir
protected File _srcOutputDir
_bindingFile
protected File _bindingFile
_classPath
protected Path _classPath
_clientManifestFileSet
protected FileSet _clientManifestFileSet
AssembleTask
public AssembleTask()
setContextFactoryClassName
public void setContextFactoryClassName(String contextFactoryClassName)
setModuleDir
public void setModuleDir(File moduleDir)
setSrcOutputDir
public void setSrcOutputDir(File srcOutputDir)
setBindingFile
public void setBindingFile(File bindingFile)
createFileset
public FileSet createFileset()
setClasspath
public void setClasspath(Path classpath)
createClasspath
public Path createClasspath()
execute
public void execute()
- Overrides:
execute
in class Task