|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The top-level model object of the model that is created from "build.properties" file.
Method Summary | |
void |
add(IBuildEntry entry)
Adds a new build entry. |
IBuildEntry[] |
getBuildEntries()
Returns all the build entries in this object. |
IBuildEntry |
getEntry(String name)
Returns the build entry with the specified name. |
void |
remove(IBuildEntry entry)
Removes a build entry. |
Methods inherited from interface org.eclipse.pde.core.IWritable |
write |
Method Detail |
public void add(IBuildEntry entry) throws CoreException
entry
- an entry to be added
CoreException
public IBuildEntry[] getBuildEntries()
public IBuildEntry getEntry(String name)
public void remove(IBuildEntry entry) throws CoreException
entry
- an entry to be removed
CoreException
|
Eclipse PDE Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |