public final class ClassResolutionByFile extends BaseResolutionCommand
ClassDescriptor
s on the file system.Constructor and Description |
---|
ClassResolutionByFile()
Constructor taking a MappingLoader.
|
Modifier and Type | Method and Description |
---|---|
ClassDescriptor |
resolve(Class type)
Tries to load a
ClassDescriptor for the given type from the
filesystem by lookup the subpackage specified in
using the
ClassLoader of the ClassLoaderNature . |
addNature, getClassDescriptorResolver, getProperty, hasNature, setClassDescriptorResolver, setProperty
public ClassResolutionByFile()
public ClassDescriptor resolve(Class type)
ClassDescriptor
for the given type from the
filesystem by lookup the subpackage specified in
using the
ClassLoader
of the ClassLoaderNature
.type
- to lookup the descriptor for.Copyright © 2016. All rights reserved.