public class PackageBasedCDRResolutionNature extends BaseNature
ClassDescriptorResolutionCommand
s.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
ClassDescriptor s in. |
void |
setPackageNames(List<String> packageNames)
Set a String
List of package names that should be searched for
ClassDescriptor s. |
getBooleanPropertyDefaultFalse, getHolder, getProperty, getPropertyAsList, getPropertyAsMap, setProperty
public 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
ClassDescriptor
s.packageNames
- the String List
of package names to set.public List<String> getPackageNames()
List
of package names that the current
ClassDescriptorResolutionCommand
should search for
ClassDescriptor
s in.List
of package names.Copyright © 2013. All rights reserved.