|
||||||||||
| 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(String packageName)
Adds a package to the string List of package names. |
String |
getId()
|
List<String> |
getPackageNames()
Get the String List of package names that the current
ClassDescriptorResolutionCommand should search for
ClassDescriptors in. |
void |
setPackageNames(List<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 String getId()
public void addPackageName(String packageName)
List of package names.
packageName - the name of the package to add.public void setPackageNames(List<String> packageNames)
List of package names that should be searched for
ClassDescriptors.
packageNames - the String List of package names to set.public List<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 | |||||||||