Package org.apache.tools.ant.taskdefs
Class FixCRLF.OneLiner
java.lang.Object
org.apache.tools.ant.taskdefs.FixCRLF.OneLiner
- All Implemented Interfaces:
Enumeration<Object>
- Enclosing class:
FixCRLF
Deprecated.
since 1.7.0.
Deprecated, the functionality has been moved to filters.FixCrLfFilter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Deprecated.Close the reader.Deprecated.get the eof string.int
getState()
Deprecated.get the state.boolean
Deprecated.Deprecated.get the next element.protected void
nextLine()
Deprecated.Move to the next line.void
setState
(int state) Deprecated.Set the state.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
-
Constructor Details
-
OneLiner
Deprecated.Constructor.- Parameters:
srcFile
- the file to read.- Throws:
BuildException
- if there is an error.
-
-
Method Details
-
nextLine
-
getEofStr
-
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 interfaceEnumeration<Object>
- Returns:
- true if there is more elements.
-
nextElement
Deprecated.get the next element.- Specified by:
nextElement
in interfaceEnumeration<Object>
- Returns:
- the next element.
- Throws:
NoSuchElementException
- if there is no more.
-
close
-