|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.cpa.util.classresolution.command.BaseResolutionCommand
org.castor.cpa.util.classresolution.command.ClassResolutionByFile
public final class ClassResolutionByFile
Resolves ClassDescriptor
s on the file system.
Constructor Summary | |
---|---|
ClassResolutionByFile()
Constructor taking a MappingLoader. |
Method Summary | |
---|---|
ClassDescriptor |
resolve(java.lang.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 . |
Methods inherited from class org.castor.cpa.util.classresolution.command.BaseResolutionCommand |
---|
addNature, getClassDescriptorResolver, getProperty, hasNature, setClassDescriptorResolver, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassResolutionByFile()
Method Detail |
---|
public ClassDescriptor resolve(java.lang.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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |