ClassFileLocator.Resolution |
ClassFileLocator.AgentBased.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.Compound.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
protected static ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.locate(java.lang.ClassLoader classLoader,
java.lang.String name) |
Locates the class file for the supplied type by requesting a resource from the class loader.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForClassLoader.WeaklyReferenced.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForFolder.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForJarFile.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModule.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
protected static ClassFileLocator.Resolution |
ClassFileLocator.ForModule.locate(JavaModule module,
java.lang.String typeName) |
Creates a resolution for a Java module's class files.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModule.WeaklyReferenced.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForModuleFile.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.ForUrl.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.NoOp.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.PackageDiscriminating.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|
ClassFileLocator.Resolution |
ClassFileLocator.Simple.locate(java.lang.String name) |
Locates the class file for a given type and returns the binary data of the class file.
|