API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs.optional.dotnet. DotnetBaseMatchingTask View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ProjectComponent
          Task
              MatchingTask
                  DotnetBaseMatchingTask
Implements
Subclasses
Description
public class DotnetBaseMatchingTask
refactoring of some stuff so that different things (like ILASM) can use shared code.
See also:   
Constructors
public DotnetBaseMatchingTask ()
Methods
Hide/Show inherited methods
public void add (FileSelector selector) [Inherited From MatchingTask]
  add an arbitary selector
public void addAnd (AndSelector selector) [Inherited From MatchingTask]
  add an "And" selector entry on the selector list
public void addContains (ContainsSelector selector) [Inherited From MatchingTask]
  add a contains selector entry on the selector list
public void addContainsRegexp (ContainsRegexpSelector selector) [Inherited From MatchingTask]
  add a regular expression selector entry on the selector list
public void addCustom (ExtendSelector selector) [Inherited From MatchingTask]
  add an extended selector entry on the selector list
public void addDate (DateSelector selector) [Inherited From MatchingTask]
  add a selector date entry on the selector list
public void addDepend (DependSelector selector) [Inherited From MatchingTask]
  add a depends selector entry on the selector list
public void addDepth (DepthSelector selector) [Inherited From MatchingTask]
  add a depth selector entry on the selector list
public void addDifferent (DifferentSelector selector) [Inherited From MatchingTask]
  add a type selector entry on the type list
public void addFilename (FilenameSelector selector) [Inherited From MatchingTask]
  add a selector filename entry on the selector list
protected void addFilesAndExecute (NetCommand command, boolean ignoreTimestamps)
  finish off the command by adding all dependent files, execute
protected void addFilesToCommand (java.util.Hashtable filesToBuild, NetCommand command)
  add the list of files to a command
public void addMajority (MajoritySelector selector) [Inherited From MatchingTask]
  add a majority selector entry on the selector list
public void addModified (ModifiedSelector selector) [Inherited From MatchingTask]
  add the modified selector
public void addNone (NoneSelector selector) [Inherited From MatchingTask]
  add a "None" selector entry on the selector list
public void addNot (NotSelector selector) [Inherited From MatchingTask]
  add a "Not" selector entry on the selector list
public void addOr (OrSelector selector) [Inherited From MatchingTask]
  add an "Or" selector entry on the selector list
public void addPresent (PresentSelector selector) [Inherited From MatchingTask]
  add a present selector entry on the selector list
public void addSelector (SelectSelector selector) [Inherited From MatchingTask]
  add a "Select" selector entry on the selector list
public void addSize (SizeSelector selector) [Inherited From MatchingTask]
  add a selector size entry on the selector list
public void addSrc (FileSet src)
  add a new source directory to the compile
public void addType (TypeSelector selector) [Inherited From MatchingTask]
  add a type selector entry on the type list
public void appendSelector (FileSelector selector) [Inherited From MatchingTask]
  Add a new selector into this container.
publicfinal void bindToOwner (Task owner) [Inherited From Task]
  Bind a task to another; use this when configuring a newly created task to do work on behalf of another.
protected int buildFileList (NetCommand command, java.util.Hashtable filesToBuild, long outputTimestamp)
  create the list of files
public java.lang.Object clone () throws java.lang.CloneNotSupportedException [Inherited From ProjectComponent]
 
public NameEntry createExclude () [Inherited From MatchingTask]
  add a name entry on the exclude list
public NameEntry createExcludesFile () [Inherited From MatchingTask]
  add a name entry on the include files list
public NameEntry createInclude () [Inherited From MatchingTask]
  add a name entry on the include list
public NameEntry createIncludesFile () [Inherited From MatchingTask]
  add a name entry on the include files list
public PatternSet createPatternSet () [Inherited From MatchingTask]
  add a set of patterns
public void execute () throws BuildException [Inherited From Task]
  Called by the project to let the task do its work.
public java.lang.String getDescription () [Inherited From ProjectComponent]
  Returns the description of the current action.
public java.io.File getDestFile ()
  get the destination file
protected DirectoryScanner getDirectoryScanner (java.io.File baseDir) [Inherited From MatchingTask]
  Returns the directory scanner needed to access the files to process.
protectedfinal FileSet getImplicitFileSet () [Inherited From MatchingTask]
  Accessor for the implicit fileset.
public Location getLocation () [Inherited From ProjectComponent]
  Returns the file/location where this task was defined.
protected long getOutputFileTimestamp ()
  determine the timestamp of the output file
public Target getOwningTarget () [Inherited From Task]
  Returns the container target of this task.
public Project getProject () [Inherited From ProjectComponent]
  Returns the project to which this component belongs.
public RuntimeConfigurable getRuntimeConfigurableWrapper () [Inherited From Task]
  Returns the wrapper used for runtime configuration.
public FileSelector getSelectors (Project p) [Inherited From MatchingTask]
  Returns the set of selectors as an array.
public java.io.File getSrcDir ()
  Overridden because we need to be able to set the srcDir.
public java.lang.String getTaskName () [Inherited From Task]
  Returns the name to use in logging messages.
public java.lang.String getTaskType () [Inherited From Task]
  Return the type of task.
protected RuntimeConfigurable getWrapper () [Inherited From Task]
  Return the runtime configurable structure for this task.
protected void handleErrorFlush (java.lang.String output) [Inherited From Task]
  Handles an error line by logging it with the WARN priority.
protected void handleErrorOutput (java.lang.String output) [Inherited From Task]
  Handles an error output by logging it with the WARN priority.
protected void handleFlush (java.lang.String output) [Inherited From Task]
  Handles output by logging it with the INFO priority.
protected int handleInput (byte[] buffer, int offset, int length) throws java.io.IOException [Inherited From Task]
  Handle an input request by this task.
protected void handleOutput (java.lang.String output) [Inherited From Task]
  Handles output by logging it with the INFO priority.
public boolean hasSelectors () [Inherited From MatchingTask]
  Indicates whether there are any selectors here.
public void init () throws BuildException [Inherited From Task]
  Called by the project to let the task initialize properly.
protectedfinal boolean isInvalid () [Inherited From Task]
  Has this task been marked invalid?
public void log (java.lang.String msg) [Inherited From Task]
  Logs a message with the default (INFO) priority.
public void log (java.lang.String msg, int msgLevel) [Inherited From Task]
  Logs a message with the given priority.
public void log (java.lang.String msg, java.lang.Throwable t, int msgLevel) [Inherited From Task]
  Logs a message with the given priority.
public void log (java.lang.Throwable t, int msgLevel) [Inherited From Task]
  Logs a message with the given priority.
public void maybeConfigure () throws BuildException [Inherited From Task]
  Configures this task - if it hasn't been done already.
publicfinal void perform () [Inherited From Task]
  Performs this task if it's still valid, or gets a replacement version and performs that otherwise.
public void reconfigure () [Inherited From Task]
Force the task to be reconfigured from its RuntimeConfigurable.
public int selectorCount () [Inherited From MatchingTask]
  Gives the count of the number of selectors in this container
public java.util.Enumeration selectorElements () [Inherited From MatchingTask]
  Returns an enumerator for accessing the set of selectors.
public void setCaseSensitive (boolean isCaseSensitive) [Inherited From MatchingTask]
  Sets case sensitivity of the file system
public void setDefaultexcludes (boolean useDefaultExcludes) [Inherited From MatchingTask]
  Sets whether default exclusions should be used or not.
public void setDescription (java.lang.String desc) [Inherited From ProjectComponent]
  Sets a description of the current action.
public void setDestFile (java.io.File file)
  Set the name of exe/library to create.
public void setExcludes (java.lang.String excludes) [Inherited From MatchingTask]
  Sets the set of exclude patterns.
public void setExcludesfile (java.io.File excludesfile) [Inherited From MatchingTask]
  Sets the name of the file containing the includes patterns.
public void setFollowSymlinks (boolean followSymlinks) [Inherited From MatchingTask]
  Sets whether or not symbolic links should be followed.
public void setIncludes (java.lang.String includes) [Inherited From MatchingTask]
  Sets the set of include patterns.
public void setIncludesfile (java.io.File includesfile) [Inherited From MatchingTask]
  Sets the name of the file containing the includes patterns.
public void setLocation (Location location) [Inherited From ProjectComponent]
  Sets the file/location where this task was defined.
public void setOwningTarget (Target target) [Inherited From Task]
  Sets the target container of this task.
public void setProject (Project project) [Inherited From MatchingTask]
  Sets the project object of this component..
public void setRuntimeConfigurableWrapper (RuntimeConfigurable wrapper) [Inherited From Task]
  Sets the wrapper to be used for runtime configuration.
public void setSrcDir (java.io.File srcDirName)
  Set the source directory of the files to be compiled.
public void setTaskName (java.lang.String name) [Inherited From Task]
  Sets the name to use in logging messages.
public void setTaskType (java.lang.String type) [Inherited From Task]
  Sets the name with which the task has been invoked.
public void XsetIgnore (java.lang.String ignoreString) [Inherited From MatchingTask]
  List of filenames and directory names to not include.
public void XsetItems (java.lang.String itemString) [Inherited From MatchingTask]
  Set this to be the items in the base directory that you want to be included.
Fields
Hide/Show inherited fields
protected java.lang.String description [Inherited From ProjectComponent]
Description of this component, if any.
protected FileSet fileset [Inherited From MatchingTask]
protected java.util.Vector filesets
filesets of file to compile
protectedfinalstatic boolean isWindows
  Are we running on Windows?
protected Location location [Inherited From ProjectComponent]
Location within the build file of this task definition.
protected java.io.File outputFile
  output file.
protected Project project [Inherited From ProjectComponent]
Project object of this component.
protected java.io.File srcDir
source directory upon which the search pattern is applied
protected Target target [Inherited From Task]
Target this task belongs to, if any.
protected java.lang.String taskName [Inherited From Task]
  Name of this task to be used for logging purposes.
protected java.lang.String taskType [Inherited From Task]
Type of this task.
protected RuntimeConfigurable wrapper [Inherited From Task]
Wrapper for this object, used to configure it at runtime.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar