|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.core.nature.BaseNature
org.exolab.castor.xml.util.PackageBasedCDRResolutionNature
public class PackageBasedCDRResolutionNature
This class provides a view on a additional properties for
ClassDescriptorResolutionCommand
s.
Constructor Summary | |
---|---|
PackageBasedCDRResolutionNature(PropertyHolder holder)
The constructor takes a PropertyHolder . |
Method Summary | |
---|---|
void |
addPackageName(java.lang.String packageName)
Adds a package to the string List of package names. |
java.lang.String |
getId()
|
java.util.List |
getPackageNames()
Get the String List of package names that the current
ClassDescriptorResolutionCommand should search for
ClassDescriptor s in. |
void |
setPackageNames(java.util.List packageNames)
Set a String List of package names that should be searched for
ClassDescriptor s. |
Methods inherited from class org.castor.core.nature.BaseNature |
---|
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackageBasedCDRResolutionNature(PropertyHolder holder)
PropertyHolder
.
holder
- the container to place/read the properties in/from.Method Detail |
---|
public java.lang.String getId()
public void addPackageName(java.lang.String packageName)
List
of package names.
packageName
- the name of the package to add.public void setPackageNames(java.util.List packageNames)
List
of package names that should be searched for
ClassDescriptor
s.
packageNames
- the String List
of package names to set.public java.util.List getPackageNames()
List
of package names that the current
ClassDescriptorResolutionCommand
should search for
ClassDescriptor
s in.
List
of package names.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |