Class FixCRLF.OneLiner

java.lang.Object
org.apache.tools.ant.taskdefs.FixCRLF.OneLiner
All Implemented Interfaces:
Enumeration<Object>
Enclosing class:
FixCRLF

@Deprecated protected class FixCRLF.OneLiner extends Object implements Enumeration<Object>
Deprecated.
since 1.7.0.
Deprecated, the functionality has been moved to filters.FixCrLfFilter.
  • Constructor Details

    • OneLiner

      public OneLiner(File srcFile) throws BuildException
      Deprecated.
      Constructor.
      Parameters:
      srcFile - the file to read.
      Throws:
      BuildException - if there is an error.
  • Method Details

    • nextLine

      protected void nextLine() throws BuildException
      Deprecated.
      Move to the next line.
      Throws:
      BuildException - if there is an error.
    • getEofStr

      public String getEofStr()
      Deprecated.
      get the eof string.
      Returns:
      the eof string.
    • getState

      public int getState()
      Deprecated.
      get the state.
      Returns:
      the state.
    • setState

      public void setState(int state)
      Deprecated.
      Set the state.
      Parameters:
      state - the value to use.
    • hasMoreElements

      public boolean hasMoreElements()
      Deprecated.
      Specified by:
      hasMoreElements in interface Enumeration<Object>
      Returns:
      true if there is more elements.
    • nextElement

      public Object nextElement() throws NoSuchElementException
      Deprecated.
      get the next element.
      Specified by:
      nextElement in interface Enumeration<Object>
      Returns:
      the next element.
      Throws:
      NoSuchElementException - if there is no more.
    • close

      public void close() throws IOException
      Deprecated.
      Close the reader.
      Throws:
      IOException - if there is an error.