|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.beesting.beangenerator.locators.methodlocators.AbstractClassPathResolver
public abstract class AbstractClassPathResolver
AbstractClassPathResolver gets the java classpath and put class directories and jar files in
separate lists for the ClassResolvers to use.
| Constructor Summary | |
|---|---|
AbstractClassPathResolver()
|
|
| Method Summary | |
|---|---|
protected void |
add(java.io.File file)
Add a to the jar file or directory list |
protected void |
add(java.lang.String file)
Add a to the jar file or directory list |
abstract void |
addAddtionalPaths()
Implementors must implement this method to add to the default classpath. |
java.lang.Class<?> |
findClass(java.lang.String name)
|
java.util.List<java.io.File> |
getDirectories()
|
java.util.List<java.io.File> |
getJarFiles()
|
void |
setClassResolvers(java.util.List<ClassResolver> classResolvers)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractClassPathResolver()
| Method Detail |
|---|
protected void add(java.lang.String file)
file - to add to te listprotected void add(java.io.File file)
file - to add to te listpublic java.lang.Class<?> findClass(java.lang.String name)
name -
public abstract void addAddtionalPaths()
public void setClassResolvers(java.util.List<ClassResolver> classResolvers)
classResolvers - the classResolvers to setpublic java.util.List<java.io.File> getJarFiles()
public java.util.List<java.io.File> getDirectories()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||