|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.core.nature.BaseNature
org.castor.cpa.util.classresolution.nature.PackageBasedCDRResolutionNature
public class PackageBasedCDRResolutionNature
This class provides a view on a additional properties for
ClassDescriptorResolutionCommands.
| 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<java.lang.String> |
getPackageNames()
Get the String List of package names that the current
ClassDescriptorResolutionCommand should search for
ClassDescriptors in. |
void |
setPackageNames(java.util.List<java.lang.String> packageNames)
Set a String List of package names that should be searched for
ClassDescriptors. |
| 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<java.lang.String> packageNames)
List of package names that should be searched for
ClassDescriptors.
packageNames - the String List of package names to set.public java.util.List<java.lang.String> getPackageNames()
List of package names that the current
ClassDescriptorResolutionCommand should search for
ClassDescriptors in.
List of package names.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||