| |
|
| java.lang.Object org.objectweb.jonas.ant.GenericDeploymentTool org.objectweb.jonas.ant.JonasDeploymentTool
BOOTSTRAP_CLASS | final protected static String BOOTSTRAP_CLASS(Code) | | Bootstrap class name.
|
EJB_JAR_1_1_DTD | final protected static String EJB_JAR_1_1_DTD(Code) | | Name of the standard deployment descriptor DTD (these files are stored in
the ${JONAS_ROOT}/xml directory).
|
EJB_JAR_1_1_PUBLIC_ID | final protected static String EJB_JAR_1_1_PUBLIC_ID(Code) | | Public Id of the standard deployment descriptor DTD.
|
EJB_JAR_2_0_DTD | final protected static String EJB_JAR_2_0_DTD(Code) | | |
EJB_JAR_2_0_PUBLIC_ID | final protected static String EJB_JAR_2_0_PUBLIC_ID(Code) | | |
GENIC_CLASS | final protected static String GENIC_CLASS(Code) | | GenIC class name (JOnAS 2.6).
|
JONAS_DD | final protected static String JONAS_DD(Code) | | Default JOnAS deployment descriptor name.
|
JONAS_EJB_JAR_2_4_DTD | final protected static String JONAS_EJB_JAR_2_4_DTD(Code) | | Name of the JOnAS-specific deployment descriptor DTD (these files are
stored in the ${JONAS_ROOT}/xml directory).
|
JONAS_EJB_JAR_2_4_PUBLIC_ID | final protected static String JONAS_EJB_JAR_2_4_PUBLIC_ID(Code) | | Public Id of the JOnAS-specific deployment descriptor DTD.
|
JONAS_EJB_JAR_2_5_DTD | final protected static String JONAS_EJB_JAR_2_5_DTD(Code) | | |
JONAS_EJB_JAR_2_5_PUBLIC_ID | final protected static String JONAS_EJB_JAR_2_5_PUBLIC_ID(Code) | | |
JONAS_EJB_JAR_3_0_DTD | final protected static String JONAS_EJB_JAR_3_0_DTD(Code) | | |
JONAS_EJB_JAR_3_0_PUBLIC_ID | final protected static String JONAS_EJB_JAR_3_0_PUBLIC_ID(Code) | | |
JONAS_EJB_JAR_3_2_DTD | final protected static String JONAS_EJB_JAR_3_2_DTD(Code) | | |
JONAS_EJB_JAR_3_2_PUBLIC_ID | final protected static String JONAS_EJB_JAR_3_2_PUBLIC_ID(Code) | | |
JONAS_EJB_JAR_3_3_2_DTD | final protected static String JONAS_EJB_JAR_3_3_2_DTD(Code) | | |
JONAS_EJB_JAR_3_3_2_PUBLIC_ID | final protected static String JONAS_EJB_JAR_3_3_2_PUBLIC_ID(Code) | | |
JONAS_EJB_JAR_3_3_DTD | final protected static String JONAS_EJB_JAR_3_3_DTD(Code) | | |
JONAS_EJB_JAR_3_3_PUBLIC_ID | final protected static String JONAS_EJB_JAR_3_3_PUBLIC_ID(Code) | | |
checkConfiguration | protected void checkConfiguration(String descriptorFileName, SAXParser saxParser) throws BuildException(Code) | | |
getVendorOutputJarFile | protected File getVendorOutputJarFile(String baseName)(Code) | | |
mergeManifest | protected void mergeManifest(File manifestUserFile, File manifestGenicFile)(Code) | | Merge Manifest file
Parameters: manifestUserFile - : input file Parameters: manifestGenicFile - : output file |
setClasspathref | public void setClasspathref(Reference r)(Code) | | Set the classpath as a Reference on another path
Parameters: r - Referenced Classpath |
setJavacopts | public void setJavacopts(String aString)(Code) | | Set the options to pass to the java compiler.
Parameters: aString - the options. |
setJonasbase | public void setJonasbase(File aFile)(Code) | | Set the JOnAS base directory.
Parameters: aFile - the JOnAS base directory. |
setJonasroot | public void setJonasroot(File aFile)(Code) | | Set the JOnAS root directory.
Parameters: aFile - the JOnAS root directory. |
setJvmopts | public void setJvmopts(String aString)(Code) | | Set the additional args to pass to the GenIC JVM.
Parameters: aString - the options. |
setMappernames | public void setMappernames(String aString)(Code) | | Do nothing because the mappernames attribute is deprecated
Parameters: aString - list of mapper names separed by , |
setNoFastRMIC | public void setNoFastRMIC(boolean value)(Code) | | |
setProtocols | public void setProtocols(String aString)(Code) | | Set the protocols list
Parameters: aString - list of the protocol names separed by , |
setRmicopts | public void setRmicopts(String aString)(Code) | | Set the options to pass to the rmi compiler.
Parameters: aString - the options. |
writeJar | protected void writeJar(String baseName, File jarfile, Hashtable ejbFiles, String publicId, boolean includeInnerClasses) throws BuildException(Code) | | |
Methods inherited from org.objectweb.jonas.ant.GenericDeploymentTool | protected void addFileToJar(JarOutputStream jStream, File inputFile, String logicalFilename) throws BuildException(Code)(Java Doc) protected void addSupportClasses(Hashtable ejbFiles)(Code)(Java Doc) protected void addVendorFiles(Hashtable ejbFiles, String ddPrefix)(Code)(Java Doc) protected void checkAndAddDependants(Hashtable checkEntries) throws BuildException(Code)(Java Doc) protected void checkConfiguration(String descriptorFileName, SAXParser saxParser) throws BuildException(Code)(Java Doc) public void configure(EjbJar.Config config)(Code)(Java Doc) public Path createClasspath()(Code)(Java Doc) protected ClassLoader getClassLoaderForBuild()(Code)(Java Doc) protected Path getCombinedClasspath()(Code)(Java Doc) protected EjbJar.Config getConfig()(Code)(Java Doc) protected DescriptorHandler getDescriptorHandler(File srcDir)(Code)(Java Doc) protected File getDestDir()(Code)(Java Doc) protected String getJarBaseName(String descriptorFileName)(Code)(Java Doc) protected Location getLocation()(Code)(Java Doc) protected File getManifestFile(String prefix)(Code)(Java Doc) protected String getPublicId()(Code)(Java Doc) protected Task getTask()(Code)(Java Doc) public String getVendorDDPrefix(String baseName, String descriptorFileName)(Code)(Java Doc) File getVendorOutputJarFile(String baseName)(Code)(Java Doc) protected void log(String message, int level)(Code)(Java Doc) protected boolean needToRebuild(Hashtable ejbFiles, File jarFile)(Code)(Java Doc) protected Hashtable parseEjbFiles(String descriptorFileName, SAXParser saxParser) throws IOException, SAXException(Code)(Java Doc) public void processDescriptor(String descriptorFileName, SAXParser saxParser)(Code)(Java Doc) protected void registerKnownDTDs(DescriptorHandler handler)(Code)(Java Doc) public void setClasspath(Path classpath)(Code)(Java Doc) public void setDestdir(File inDir)(Code)(Java Doc) public void setGenericJarSuffix(String inString)(Code)(Java Doc) public void setTask(Task task)(Code)(Java Doc) protected boolean usingBaseJarName()(Code)(Java Doc) public void validateConfigured() throws BuildException(Code)(Java Doc) protected void writeJar(String baseName, File jarfile, Hashtable files, String publicId, boolean includeInnerClasses) throws BuildException(Code)(Java Doc)
|
|
|
|