Package | Description |
---|---|
org.eclipse.pde.core.build |
Modifier and Type | Method and Description |
---|---|
IBuildEntry |
IBuildModelFactory.createEntry(String name)
Creates a new build entry with
the provided name.
|
IBuildEntry[] |
IBuild.getBuildEntries()
Returns all the build entries in this object.
|
IBuildEntry |
IBuild.getEntry(String name)
Returns the build entry with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
IBuild.add(IBuildEntry entry)
Adds a new build entry.
|
void |
IBuild.remove(IBuildEntry entry)
Removes a build entry.
|
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.