csdl.jblanket.util |
Contains the utility classes for JBlanket. These classes include:
- Factory to package or extract JAR files
- Constants used throughout JBlanket
- Container for all JBlanket method categories
- JBlanket version information
|
Java Source File Name | Type | Comment |
DefaultFileName.java | Class | Provides type safety default XML file names used for JBlanket output.
This class can be used with MethodCategories to match the default file names with the
different method categories available.
author: Joy M. |
JarFactory.java | Class | Provides utilities to extract or package JAR files.
Methods are provided to either extract or package JAR files using the JDK1.2 java.util.jar
package. |
MethodCategories.java | Class | Provides an access point to all types of method categories. |
SysInfo.java | Class | Provides the version number of the system.
author: Joy M. |
TestDefaultFileName.java | Class | Tests operations in the DefaultFileName class.
If using Ant to execute this test class a 'jblanket.testdir' system property needs to be set in
the build.xml file. |
TestJarFactory.java | Class | Tests operations in the JarFactory class.
If using Ant to execute this test class a 'jblanket.testdir' system property needs to be set in
the build.xml file. |
TestMethodCategories.java | Class | Tests operations in the MethodCategories class.
If using Ant to execute this test class a 'jblanket.testdir' system property needs to be set in
the build.xml file. |
XmlLabel.java | Class | Provides constant values used by JBlanket.
author: Joy M. |