Package org.eclipse.steady.tasks
Class AbstractBomTask
- java.lang.Object
-
- org.eclipse.steady.tasks.AbstractTask
-
- org.eclipse.steady.tasks.AbstractBomTask
-
public abstract class AbstractBomTask extends AbstractTask implements BomTask
Abstract AbstractBomTask class.
-
-
Field Summary
-
Fields inherited from class org.eclipse.steady.tasks.AbstractTask
vulasConfiguration
-
-
Constructor Summary
Constructors Constructor Description AbstractBomTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationgetCompletedApplication()Returns theApplicationincluding (a) all itsConstructs of the respectiveProgrammingLanguage, and (b) theDependencys of that application.protected voidsetCompletedApplication(Application _app)setCompletedApplication.StringtoString()-
Methods inherited from class org.eclipse.steady.tasks.AbstractTask
cleanUp, configure, getApplication, getKnownDependencies, getSearchPath, hasSearchPath, isGoalClient, isOneOfGoalClients, setApplication, setGoalClient, setKnownDependencies, setSearchPaths
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.steady.tasks.Task
cleanUp, configure, execute, getLanguage, setApplication, setGoalClient, setKnownDependencies, setSearchPaths
-
-
-
-
Method Detail
-
setCompletedApplication
protected void setCompletedApplication(Application _app)
setCompletedApplication.
- Parameters:
_app- aApplicationobject.
-
getCompletedApplication
public Application getCompletedApplication()
Returns theApplicationincluding (a) all itsConstructs of the respectiveProgrammingLanguage, and (b) theDependencys of that application. TheLibraryof eachDependencymust contain all details such as itsConstructs and properties.- Specified by:
getCompletedApplicationin interfaceBomTask- Returns:
- a
Applicationobject.
-
-