|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Jar entry represents one 'library=folder list' entry in plugin.jars file.
Field Summary | |
---|---|
static String |
BIN_INCLUDES
The name of the key that lists all the folders and files to be included in the binary build. |
static String |
JAR_PREFIX
The prefix for any key denoting the source folders that should be compiled into a JAR. |
static 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 String |
OUTPUT_PREFIX
The prefix for any key denoting output folders for a particular JAR. |
static String |
P_NAME
A property name for changes to the 'name' field. |
static 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(String token)
Adds the token to the list of token for this entry. |
boolean |
contains(String token)
Returns true if the provided token exists in this entry. |
IBuildModel |
getModel()
Returns a model that owns this entry |
String |
getName()
Returns the name of this entry. |
String[] |
getTokens()
Returns an array of tokens for this entry |
void |
removeToken(String token)
Removes the token from the list of tokens for this entry. |
void |
renameToken(String oldToken,
String newToken)
Changes the name of the token without changing its position in the list. |
void |
setName(String name)
Sets the name of this build entry. |
Methods inherited from interface org.eclipse.pde.core.IWritable |
---|
write |
Field Detail |
public static final String P_NAME
public static final String JAR_PREFIX
public static final String OUTPUT_PREFIX
public static final String BIN_INCLUDES
public static final String SRC_INCLUDES
public static final String JARS_EXTRA_CLASSPATH
Method Detail |
public void addToken(String token) throws CoreException
token
- a name to be added to the list of tokens
CoreException
public IBuildModel getModel()
public String getName()
public String[] getTokens()
public boolean contains(String token)
public void removeToken(String token) throws CoreException
token
- a name to be removed from the list of tokens
CoreException
public void renameToken(String oldToken, String newToken) throws CoreException
oldToken
- the old token namenewToken
- the new token name
CoreException
public void setName(String name) throws CoreException
name
- the new name for the entry
CoreException
|
Eclipse PDE Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |