org.apache.tools.ant.types.selectors
Class SignedSelector
- Cloneable, FileSelector
public class SignedSelector
Selector that chooses files based on whether they are signed or not.
boolean | isSelected(File basedir, String filename, File file)- The heart of the matter.
|
void | setName(String name)- The signature name to check jarfile for.
|
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, setRefid, toString, tooManyAttributes |
isSelected
public boolean isSelected(File basedir,
String filename,
File file) The heart of the matter. This is where the selector gets to decide
on the inclusion of a file in a particular fileset.
- isSelected in interface FileSelector
basedir - not used by this selectorfilename - not used by this selectorfile - path to file to be selected
- whether the file should be selected or not
setName
public void setName(String name)
The signature name to check jarfile for.
name - signature to look for.