Eclipse
IntelliJ
NetBeans
XpoLog
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
FRAMES
NO FRAMES
SUMMARY:
NESTED
CONSTR
ENUM
FIELD
METHOD
ELEMENT
DETAIL:
FIELD
CONSTR
ENUM
METHOD
ELEMENT
org.apache.tools.ant.types.selectors
Class AndSelector
Tab mode
All derived types
public
class
AndSelector
extends
BaseSelectorContainer
This selector has a collection of other selectors, all of which have to select a file in order for this selector to select it.
Since
1.5
Version
Not specified.
Author
Not specified.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Fields inherited from org.apache.tools.ant.types
DataType
checked
description
ref
Fields inherited from org.apache.tools.ant
ProjectComponent
project
Constructor Summary
AndSelector
()
Default constructor.
Method Summary
boolean
isSelected
(
File
basedir,
String
filename,
File
file )
Returns true (the file is selected) only if all other selectors agree that the file should be selected.
String
toString
()
No description provided.
Methods inherited from org.apache.tools.ant.types.selectors
BaseSelector
getError ()
setError (String)
validate ()
verifySettings ()
Methods inherited from org.apache.tools.ant.types.selectors
BaseSelectorContainer
add (FileSelector)
addAnd (AndSelector)
addContains (ContainsSelector)
addContainsRegexp (ContainsRegexpSelector)
addCustom (ExtendSelector)
addDate (DateSelector)
addDepend (DependSelector)
addDepth (DepthSelector)
addDifferent (DifferentSelector)
addFilename (FilenameSelector)
addMajority (MajoritySelector)
addModified (ModifiedSelector)
addNone (NoneSelector)
addNot (NotSelector)
addOr (OrSelector)
addPresent (PresentSelector)
addSelector (SelectSelector)
addSize (SizeSelector)
addType (TypeSelector)
appendSelector (FileSelector)
getSelectors (Project)
hasSelectors ()
selectorCount ()
selectorElements ()
validate ()
Methods inherited from org.apache.tools.ant.types
DataType
checkAttributesAllowed ()
checkChildrenAllowed ()
circularReference ()
dieOnCircularReference (Stack, Project)
getCheckedRef (Class, String)
getDescription ()
getRefid ()
isChecked ()
isReference ()
noChildrenAllowed ()
setChecked (boolean)
setDescription (String)
setRefid (Reference)
tooManyAttributes ()
Methods inherited from java.lang
Object
clone ()
equals (Object)
finalize ()
getClass ()
hashCode ()
notify ()
notifyAll ()
wait (long)
wait (long, int)
wait ()
Methods inherited from org.apache.tools.ant
ProjectComponent
getProject ()
log (String)
log (String, int)
setProject (Project)
Methods inherited from org.apache.tools.ant.types.selectors
SelectorContainer
add (FileSelector)
addAnd (AndSelector)
addContains (ContainsSelector)
addContainsRegexp (ContainsRegexpSelector)
addCustom (ExtendSelector)
addDate (DateSelector)
addDepend (DependSelector)
addDepth (DepthSelector)
addDifferent (DifferentSelector)
addFilename (FilenameSelector)
addMajority (MajoritySelector)
addModified (ModifiedSelector)
addNone (NoneSelector)
addNot (NotSelector)
addOr (OrSelector)
addPresent (PresentSelector)
addSelector (SelectSelector)
addSize (SizeSelector)
addType (TypeSelector)
appendSelector (FileSelector)
getSelectors (Project)
hasSelectors ()
selectorCount ()
selectorElements ()
Constructor Detail
AndSelector
public
AndSelector
( )
Default constructor.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Method Detail
isSelected
public boolean
isSelected
(
File
basedir,
String
filename,
File
file )
Returns true (the file is selected) only if all other selectors agree that the file should be selected.
Overrides method in
BaseSelectorContainer
Parameters
Type
Name
Description
File
basedir
the base directory the scan is being done from
String
filename
the name of the file to check
File
file
a java.io.File object for the filename that the selector can use
Wiki javadoc
Use
textile entry format
.
Add your comments here.
toString
public
String
toString
( )
No description provided.
Overrides method in
BaseSelectorContainer
Wiki javadoc
Use
textile entry format
.
Add your comments here.
Home
-
About
-
FAQ
-
Privacy
-
Contact