| java.lang.Object | |
| ↳ | org.eclipse.sisu.space.ClassSpaceScanner |
Makes a ClassSpaceVisitor visit a ClassSpace; can be directed by an optional ClassFinder.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Makes the given
ClassVisitor visit the class contained in the resource URL. | |||||||||||
Makes the given
ClassSpaceVisitor visit the ClassSpace of this scanner. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Makes the given ClassVisitor visit the class contained in the resource URL.
| visitor | The class space visitor |
|---|---|
| url | The class resource URL |
Makes the given ClassSpaceVisitor visit the ClassSpace of this scanner.
| visitor | The class space visitor |
|---|