Methods Summary |
---|
public void | addRepository(java.lang.String repository)Add a new repository to the set of places this ClassLoader can look for
classes to be loaded.
|
public java.lang.String[] | findRepositories()Return a String array of the current repositories for this class
loader. If there are no repositories, a zero-length array is
returned.
|
public boolean | modified()Have one or more classes or resources been modified so that a reload
is appropriate?
|