Package org.eclipse.steady.java.tasks
Class JavaBomTask
- java.lang.Object
-
- org.eclipse.steady.tasks.AbstractTask
-
- org.eclipse.steady.tasks.AbstractBomTask
-
- org.eclipse.steady.java.tasks.JavaBomTask
-
public class JavaBomTask extends AbstractBomTask
JavaBomTask class.
-
-
Field Summary
-
Fields inherited from class org.eclipse.steady.tasks.AbstractTask
vulasConfiguration
-
-
Constructor Summary
Constructors Constructor Description JavaBomTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.eclipse.steady.shared.util.VulasConfiguration _cfg)voidexecute()Set<org.eclipse.steady.shared.enums.ProgrammingLanguage>getLanguage()-
Methods inherited from class org.eclipse.steady.tasks.AbstractBomTask
getCompletedApplication, setCompletedApplication, toString
-
Methods inherited from class org.eclipse.steady.tasks.AbstractTask
cleanUp, 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, setApplication, setGoalClient, setKnownDependencies, setSearchPaths
-
-
-
-
Method Detail
-
getLanguage
public Set<org.eclipse.steady.shared.enums.ProgrammingLanguage> getLanguage()
-
configure
public void configure(org.eclipse.steady.shared.util.VulasConfiguration _cfg) throws GoalConfigurationException- Specified by:
configurein interfaceTask- Overrides:
configurein classAbstractTask- Throws:
GoalConfigurationException
-
execute
public void execute() throws GoalExecutionException- Throws:
GoalExecutionException
-
-