| Interface | Description |
|---|---|
| INode |
Interface that represents one node classloader which aim is to handle one artifact.
|
| IVisitor<T> |
Interface that abstracts node visitors
|
| Class | Description |
|---|---|
| AbstractVisitor<T> |
Abstract node visitor.
|
| ClassVisitor |
Visitor which aim is to search for a class given its name and its file path
|
| LibraryVisitor |
Visitor which aim is to search for the path of a library
|
| ResourceCacherVisitor |
Visitor which aim is to invoke the hashcode caching of the resources contained in the node
|
| ResourcesVisitor |
Visitor which aim is to search for all the URLs given a resource name
|
| ResourceVisitor |
Visitor which aim is to search for the URL of a resource
|
Copyright © 2016. All rights reserved.