Naturepublic class PackageBasedCDRResolutionNature extends BaseNature
ClassDescriptorResolutionCommands.| Constructor | Description |
|---|---|
PackageBasedCDRResolutionNature(PropertyHolder holder) |
The constructor takes a
PropertyHolder. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPackageName(java.lang.String packageName) |
Adds a package to the string
List of package names. |
java.lang.String |
getId() |
Returns the fully qualified name of the Nature.
|
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. |
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setPropertypublic PackageBasedCDRResolutionNature(PropertyHolder holder)
PropertyHolder.holder - the container to place/read the properties in/from.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.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com