- getClasspathInfo(Hashtable, String) - Static method in class org.apache.env.WhichJar
-
Generic worker method to print out java.class.path,
sun.boot.class.path, and java.ext.dirs.
- getDOMInfo(Hashtable, String) - Method in class org.apache.env.WhichXmlCommons
-
Gets DOM version info and looks for dom.jar.
- getGeneralInfo(Hashtable, String) - Static method in class org.apache.env.Which
-
Grab a couple of generally useful items, like classpath,
java version, version of this file, etc..
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichAnt
-
Calls getAntVersion and looks for ant.jar.
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichCrimson
-
Detects if Parser2 is present and looks for crimson.jar.
- getInfo(Hashtable, File, String) - Static method in class org.apache.env.WhichJar
-
Get version information about a specific .jar file.
- getInfo(Hashtable, String) - Method in interface org.apache.env.WhichProject
-
Get basic or extended info about a project.
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichSaxon
-
Calls Version.getVersion and looks for saxon.jar.
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichXalan
-
Finds version information from Xalan-J 1.x, 2.x, 2.2+, and
looks for xalan.jar and xml-apis.jar.
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichXerces
-
Gets version information for Xerces-J 1.x and 2.x,
and looks for xerces.jar and xmlParserAPIs.jar.
- getInfo(Hashtable, String) - Method in class org.apache.env.WhichXmlCommons
-
Gets information on external standards code in xml-commons
project; finds the xml-commons version as well as the
approximate versions of JAXP, DOM and SAX.
- getJAXPInfo(Hashtable, String) - Method in class org.apache.env.WhichXmlCommons
-
Gets JAXP version info and looks for jaxp.jar.
- getProjectsInfo(Hashtable, String, String) - Static method in class org.apache.env.Which
-
Get information from various project's WhichProject impls.
- getSAXInfo(Hashtable, String) - Method in class org.apache.env.WhichXmlCommons
-
Gets SAX version info and looks for sax.jar.
- getVersion() - Static method in class org.apache.env.Which
-
Get simple version info about org.apache.env.Which and
related classes.
- getVersion() - Static method in class org.apache.env.WhichJar
-
Get our file version info.
- getXmlCommonsInfo(Hashtable, String) - Method in class org.apache.env.WhichXmlCommons
-
Calls xmlcommons.Version.getVersion and looks for xml-apis.jar.