Assistant functions
From Plex-XML
DuplicateClassFinder
The DuplicateClassFinder searches for muliple appearances of a class within a classpath
Invocation:
java -cp <log4j.xml-Directory>;PleXML.jar;commons-logging.jar;log4j-1.2.8.jar de.bodow.helper.DuplicateClassFinder <ClassPath>
whereas <ClassPath> behaves like a Java classpath but with the addition that you can specify
"lib/*.jar". This will search all jar files within a directory.

