|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildDescription
This Build representation holds the hierarchy of inter-related build actions and resources
Method Summary | |
---|---|
IBuildResource |
getBuildResource(org.eclipse.core.runtime.IPath location)
Returns the Build resource for the given resource location |
IBuildResource |
getBuildResource(org.eclipse.core.resources.IResource resource)
Returns the Build resource for the given resource |
IConfiguration |
getConfiguration()
Returns the build configuration this representation was created for |
org.eclipse.core.runtime.IPath |
getDefaultBuildDirFullPath()
|
org.eclipse.core.runtime.IPath |
getDefaultBuildDirLocation()
Returns the default build directory location |
IBuildStep |
getInputStep()
Returns the main input step |
IBuildStep |
getOutputStep()
Returns the main output step |
IBuildResource[] |
getResources()
Returns all resources used in the build |
IBuildStep[] |
getSteps()
Returns all build steps used in the build |
Method Detail |
---|
IBuildStep getInputStep()
IBuildStep getOutputStep()
IBuildResource getBuildResource(org.eclipse.core.runtime.IPath location)
location
-
IBuildResource getBuildResource(org.eclipse.core.resources.IResource resource)
location
-
IBuildResource[] getResources()
IBuildStep[] getSteps()
IConfiguration getConfiguration()
org.eclipse.core.runtime.IPath getDefaultBuildDirLocation()
org.eclipse.core.runtime.IPath getDefaultBuildDirFullPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |