API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant.taskdefs. FixCRLF.OneLiner View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      FixCRLF.OneLiner
Implements
 Enumeration
Subclasses
Description
protected class FixCRLF.OneLiner
Deprecated, the functionality has been moved to filters.FixCrLfFilter.
See also:   
Constructors
public FixCRLF.OneLiner (java.io.File srcFile) throws BuildException
  Constructor.
Methods
Hide/Show inherited methods
public void close () throws java.io.IOException
  Close the reader.
public java.lang.String getEofStr ()
  get the eof string.
public int getState ()
  get the state.
public boolean hasMoreElements () [Specified in java.util.Enumeration]
 
public java.lang.Object nextElement () throws java.util.NoSuchElementException [Specified in java.util.Enumeration]
  get the next element.
protected void nextLine () throws BuildException
  Move to the next line.
public void setState (int state)
  Set the state.
Fields
Hide/Show inherited fields
Nested Classes
  FixCRLF.OneLiner.BufferLine
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar