xdoclet.loader
public class ModuleFinder extends Object
Version: $Revision: 1.15 $
UNKNOWN: 7. april 2002 Use reflection to call AntClassLoader.getClasspath to remove dependency to Ant. This package should be Ant independent
Method Summary | |
---|---|
static List | findModules()
Returns a List of XDocletModule objects
|
static String | getClasspath() |
static File | getNewestFileOnClassPath()
Get the newest Jar file on the classpath. |
static void | initClasspath(Class clazz)
Initialises the classpath. |
static void | resetFoundModules() |
static void | setClasspath(String classpath) |
Returns:
Returns: The timestamp of the newest jar file on the classpath
xdoclet.class.path
, then that value will be
used. If not, we'll try to cast the clazz' class loader to an AntClassLoader and get classpath from there. If
that fails (happens if the clazz was loaded by the system class loader), we'll use java.class.path.
Parameters: clazz the class used to find classpath.