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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
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.
Constructor.
Parameters:
-
srcFile
- the file to read.
Throws:
-
BuildException
- if there is an error.
Methods
Hide/Show inherited methods
public
void
close
() throws
java.io.IOException
Close the reader.
Close the reader.
Throws:
-
java.io.IOException
- if there is an error.
public
java.lang.String
getEofStr
()
get the eof string.
get the eof string.
Returns:
the eof string.
public
int
getState
()
get the state.
get the state.
Returns:
the state.
public
boolean
hasMoreElements
()
[Specified in
java.util.Enumeration
]
Returns:
true if there is more elements.
public
java.lang.Object
nextElement
() throws
java.util.NoSuchElementException
[Specified in
java.util.Enumeration
]
get the next element.
get the next element.
Returns:
the next element.
Throws:
-
java.util.NoSuchElementException
- if there is no more.
protected
void
nextLine
() throws
BuildException
Move to the next line.
Move to the next line.
Throws:
-
BuildException
- if there is an error.
public
void
setState
(
int
state)
Set the state.
Set the state.
Parameters:
-
state
- the value to use.
Fields
Hide/Show inherited fields
Nested Classes
FixCRLF.OneLiner.BufferLine
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar