Package org.apache.tools.ant.types.selectors
package org.apache.tools.ant.types.selectors
-
ClassDescriptionThis is the a base class a container of selectors - it does not need do be a selector itself.This selector has a collection of other selectors, all of which have to select a file in order for this selector to select it.Convenience base class for all selectors accessed through ExtendSelector.A convenience base class that you can subclass Selectors from.This is the base class for selectors that can contain other selectors.Selector that filters files based on a regular expression.Selector that filters files/resources based on whether they contain a particular string.Selector that chooses files based on their last modified date.Enumerated attribute with the values for time comparison.Selector that filters files based on whether they are newer than a matching file in another directory tree.Selector that filters files based on the how deep in the directory tree they are.This selector selects files against a mapped set of target files, selecting all those files which are different.A selector that selects executable files.This is the interface to be used by all custom selectors, those that are called through the <custom> tag.Selector that selects files by forwarding the request on to other classes.Selector that filters files based on the filename.This is the interface to be used by all selectors.This selector is here just to shake up your thinking a bit.A mapping selector is an abstract class adding mapping support to the base selectorThis selector has a collection of other selectors.This selector has one other selectors whose meaning it inverts.This selector has a collection of other selectors, any of which have to select a file in order for this selector to select it.A selector that selects files based on their owner.A selector that selects files based on their POSIX group.A selector that selects files based on their POSIX permissions.Selector that filters files based on whether they appear in another directory tree.Enumerated attribute with the values for indicating where a file's presence is allowed and required.A selector that selects readable files.This is the interface for selectors that can contain other selectors.An interface used to describe the actions required by any type of directory scanner that supports Selectors.This is a utility class used by selectors and DirectoryScanner.This selector just holds one other selector and forwards all requests to it.Selector that chooses files based on whether they are signed or not.Selector that filters files based on their size.Enumerated attribute with the values for units.Enumerated attribute with the values for size comparison.A selector that selects symbolic links.Container for a path that has been split into its components.Provides reusable path pattern matching.Selector that selects a certain kind of file: directory or regular.Enumerated attribute with the values for types of fileA selector that selects writable files.