EjbJar#createJboss
Modifier and Type | Field and Description |
---|---|
private String | jarSuffix
Instance variable that stores the suffix for the jboss jarfile. |
protected static final String | |
protected static final String | |
protected static final String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
protected void | addVendorFiles(Hashtable<String, File>
the hashtable of files to populate. ejbFiles, String the prefix to use. ddPrefix)Overrides org. |
private EjbJar | |
pack-priv File | getVendorOutputJarFile(String
the basename to use. baseName)Overrides org. |
public void | |
public void | validateConfigured()
Overrides org. Implements org. |
jarSuffix | back to summary |
---|---|
private String jarSuffix Instance variable that stores the suffix for the jboss jarfile. |
JBOSS_CMP10D | back to summary |
---|---|
protected static final String JBOSS_CMP10D |
JBOSS_CMP20D | back to summary |
---|---|
protected static final String JBOSS_CMP20D |
JBOSS_DD | back to summary |
---|---|
protected static final String JBOSS_DD |
JbossDeploymentTool | back to summary |
---|---|
public JbossDeploymentTool() |
addVendorFiles | back to summary |
---|---|
protected void addVendorFiles(Hashtable<String, File> ejbFiles, String ddPrefix) Overrides org. Add any vendor specific files which should be included in the EJB Jar. |
getParent | back to summary |
---|---|
private EjbJar getParent() |
getVendorOutputJarFile | back to summary |
---|---|
pack-priv File getVendorOutputJarFile(String baseName) Overrides org. Get the vendor specific name of the Jar that will be output. The modification date of this jar will be checked against the dependent bean classes.
|
setSuffix | back to summary |
---|---|
public void setSuffix(String inString) Setter used to store the suffix for the generated JBoss jar file.
|
validateConfigured | back to summary |
---|---|
public void validateConfigured() throws BuildException Overrides org. Implements org. Called to validate that the tool parameters have been configured.
|