public interface IBuild extends IWritable
build.properties
file.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
- if the model is not editableIBuildEntry[] getBuildEntries()
IBuildEntry getEntry(String name)
name
- name of the desired entryvoid remove(IBuildEntry entry) throws CoreException
entry
- an entry to be removedCoreException
- if the model is not editable
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.