|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildDescriptionFactory
this interface represents the build description factory
Method Summary | |
---|---|
IBuildDescription |
createBuildDescription(IConfiguration cfg,
org.eclipse.core.resources.IResourceDelta delta,
int flags)
creates the build description |
int |
getSupportedMethods()
returns the supported methods of generation the build description |
Method Detail |
---|
IBuildDescription createBuildDescription(IConfiguration cfg, org.eclipse.core.resources.IResourceDelta delta, int flags) throws org.eclipse.core.runtime.CoreException
cfg
- the build configuration for which the description is to be
createddelta
- the resource delta or null if noneflags
- specifies how the build description should be generated
and what information it should contain.
Can contain the following flags:
BuildDescriptionManager.REBUILD,
BuildDescriptionManager.REMOVED,
BuildDescriptionManager.DEPS,
BuildDescriptionManager.DEPFILES,
org.eclipse.core.runtime.CoreException
- if the build description creation failsBuildDescriptionManager.REBUILD
,
BuildDescriptionManager.REMOVED
,
BuildDescriptionManager.DEPS
,
BuildDescriptionManager.DEPFILES
int getSupportedMethods()
BuildDescriptionManager.REBUILD
,
BuildDescriptionManager.REMOVED
,
BuildDescriptionManager.DEPS
,
BuildDescriptionManager.DEPFILES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |