Modifier and Type | Method and Description |
---|---|
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.
|
void add(IBuildEntry entry) throws CoreException
entry
- an entry to be addedCoreException
IBuildEntry[] getBuildEntries()
IBuildEntry getEntry(String name)
name
- name of the desired entryvoid remove(IBuildEntry entry) throws CoreException
entry
- an entry to be removedCoreException
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.