public class TypeSelector extends BaseExtendSelector
| Modifier and Type | Class and Description | 
|---|---|
| static class  | TypeSelector.FileTypeEnumerated attribute with the values for types of file | 
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | TYPE_KEYKey to used for parameterized custom selector | 
parametersdescription, location, project| Constructor and Description | 
|---|
| TypeSelector()Creates a new  TypeSelectorinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isSelected(java.io.File basedir,
          java.lang.String filename,
          java.io.File file)The heart of the matter. | 
| void | setParameters(Parameter[] parameters)When using this as a custom selector, this method will be called. | 
| void | setType(TypeSelector.FileType fileTypes)Set the type of file to require. | 
| java.lang.String | toString()Basic DataType toString(). | 
| void | verifySettings()Checks to make sure all settings are kosher. | 
getParametersgetError, setError, validatecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectpublic static final java.lang.String TYPE_KEY
public java.lang.String toString()
DataTypepublic void setType(TypeSelector.FileType fileTypes)
fileTypes - the type of file - file or dirpublic void setParameters(Parameter[] parameters)
setParameters in interface ParameterizablesetParameters in class BaseExtendSelectorparameters - the complete set of parameters for this selectorpublic void verifySettings()
verifySettings in class BaseSelectorpublic boolean isSelected(java.io.File basedir,
                 java.lang.String filename,
                 java.io.File file)
isSelected in interface FileSelectorisSelected in class BaseExtendSelectorbasedir - the base directory the scan is being done fromfilename - is the name of the file to checkfile - is a java.io.File object the selector can use