Package org.eclipse.steady.tasks
Interface BomTask
-
- All Superinterfaces:
Task
- All Known Implementing Classes:
AbstractBomTask
public interface BomTask extends Task
Methods required to create a method-level BOM (Bill of Material) of anApplicationdeveloped in a givenProgrammingLanguage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationgetCompletedApplication()Returns theApplicationincluding (a) all itsConstructs of the respectiveProgrammingLanguage, and (b) theDependencys of that application.-
Methods inherited from interface org.eclipse.steady.tasks.Task
cleanUp, configure, execute, getLanguage, setApplication, setGoalClient, setKnownDependencies, setSearchPaths
-
-
-
-
Method Detail
-
getCompletedApplication
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.- Returns:
- a
Applicationobject.
-
-