public class PackageBasedCDRResolutionNature extends BaseNature
ClassDescriptorResolutionCommands.| Constructor and Description |
|---|
PackageBasedCDRResolutionNature(PropertyHolder holder)
The constructor takes a
PropertyHolder. |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setPropertypublic PackageBasedCDRResolutionNature(PropertyHolder holder)
PropertyHolder.holder - the container to place/read the properties in/from.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.Copyright © 2014. All rights reserved.