|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.util.BaseResolutionCommand
org.exolab.castor.xml.util.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.exolab.castor.xml.util.BaseResolutionCommand |
---|
addNature, getProperty, hasNature, 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 |