org.exolab.castor.xml.util
Interface ClassDescriptorResolutionCommand

All Superinterfaces:
NatureExtendable, PropertyHolder
All Known Implementing Classes:
BaseResolutionCommand, ClassResolutionByCDR, ClassResolutionByFile, ClassResolutionByMappingLoader

public interface ClassDescriptorResolutionCommand
extends PropertyHolder

Command resolves ClassDescriptors. Commands are capable to have Natures to provide resource dependencies.

Author:
Lukas Lang

Method Summary
 ClassDescriptor resolve(java.lang.Class type)
          Resolves a ClassDescriptor..
 
Methods inherited from interface org.castor.core.nature.PropertyHolder
getProperty, setProperty
 
Methods inherited from interface org.castor.core.nature.NatureExtendable
addNature, hasNature
 

Method Detail

resolve

ClassDescriptor resolve(java.lang.Class type)
Resolves a ClassDescriptor..

Parameters:
type - type to look up.
Returns:
a ClassDescriptor if found, null if not.


Copyright © 2011. All Rights Reserved.