public final class ClassRef extends Object implements Serializable
| Constructor and Description |
|---|
ClassRef(String referencedClass)
Create a new
ClassRef object. |
| Modifier and Type | Method and Description |
|---|---|
void |
addReferencingClasses(String classname)
Add a referencing class.
|
String |
getReferencedClass()
Get the referenced class name.
|
Set<String> |
getReferencingClasses()
Get the set of referencing classes.
|
Collection<List<String>> |
getResolvePaths()
Set the collection of dependency graphs through which the referenced class
can be resolved.
|
void |
setResolvePaths(Collection<List<String>> resolvePaths)
Set the collection of dependency graphs through which the referenced class
can be resolved.
|
public ClassRef(String referencedClass)
ClassRef object.referencedClass - the name of the referenced class.public String getReferencedClass()
public void addReferencingClasses(String classname)
classname - the name of the referencing class.public Set<String> getReferencingClasses()
public void setResolvePaths(Collection<List<String>> resolvePaths)
String element is a description of a classloader
that is a node in the dependency graph.resolvePaths - the collection of dependency graphs through which the
referenced class can be resolved.public Collection<List<String>> getResolvePaths()
String element is a description of a classloader
that is a node in the dependency graph.