public abstract class ClasspathBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ClasspathAbstractContainer<?> |
currentContainer |
| Constructor and Description |
|---|
ClasspathBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addClass(Class<?> candidate) |
protected void |
addDirectory(String name) |
protected void |
addJar(String name) |
protected void |
addResource(String base,
String name) |
abstract void |
configure() |
protected ClasspathAbstractContainer<?> currentContainer
Copyright © 2012-2016. All Rights Reserved.