|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildEntry
Jar entry represents one 'library=folder list' entry in plugin.jars file.
Field Summary | |
---|---|
static java.lang.String |
BIN_INCLUDES
The name of the key that lists all the folders and files to be included in the binary build. |
static java.lang.String |
JAR_PREFIX
The prefix for any key denoting the source folders that should be compiled into a JAR. |
static java.lang.String |
JARS_EXTRA_CLASSPATH
The name of the key that declares extra library entries to be added to the class path at build time only.. |
static java.lang.String |
OUTPUT_PREFIX
The prefix for any key denoting output folders for a particular JAR. |
static java.lang.String |
P_NAME
A property name for changes to the 'name' field. |
static java.lang.String |
SECONDARY_DEPENDENCIES
The name of the key that declares additional plug-in dependencies to augment development classpath |
static java.lang.String |
SRC_INCLUDES
The name of the key that lists all the folders and files to be included in the source build. |
Method Summary | |
---|---|
void |
addToken(java.lang.String token)
Adds the token to the list of token for this entry. |
boolean |
contains(java.lang.String token)
Returns true if the provided token exists in this entry. |
IBuildModel |
getModel()
Returns a model that owns this entry |
java.lang.String |
getName()
Returns the name of this entry. |
java.lang.String[] |
getTokens()
Returns an array of tokens for this entry |
void |
removeToken(java.lang.String token)
Removes the token from the list of tokens for this entry. |
void |
renameToken(java.lang.String oldToken,
java.lang.String newToken)
Changes the name of the token without changing its position in the list. |
void |
setName(java.lang.String name)
Sets the name of this build entry. |
Methods inherited from interface org.eclipse.pde.core.IWritable |
---|
write |
Field Detail |
---|
static final java.lang.String P_NAME
static final java.lang.String JAR_PREFIX
static final java.lang.String OUTPUT_PREFIX
static final java.lang.String BIN_INCLUDES
static final java.lang.String SRC_INCLUDES
static final java.lang.String JARS_EXTRA_CLASSPATH
static final java.lang.String SECONDARY_DEPENDENCIES
Method Detail |
---|
void addToken(java.lang.String token) throws CoreException
token
- a name to be added to the list of tokens
CoreException
IBuildModel getModel()
java.lang.String getName()
java.lang.String[] getTokens()
boolean contains(java.lang.String token)
void removeToken(java.lang.String token) throws CoreException
token
- a name to be removed from the list of tokens
CoreException
void renameToken(java.lang.String oldToken, java.lang.String newToken) throws CoreException
oldToken
- the old token namenewToken
- the new token name
CoreException
void setName(java.lang.String name) throws CoreException
name
- the new name for the entry
CoreException
|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) 2000, 2010 IBM Corporation and others. All rights reserved.