|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.util.FileTokenizer
public class FileTokenizer
Class to read the complete input into a string.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
FileTokenizer()
|
Method Summary | |
---|---|
java.lang.String |
getPostToken()
Return the intra-token string |
java.lang.String |
getToken(java.io.Reader in)
Get the complete input as a string |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileTokenizer()
Method Detail |
---|
public java.lang.String getToken(java.io.Reader in) throws java.io.IOException
getToken
in interface Tokenizer
in
- the reader object
java.io.IOException
- if error readingpublic java.lang.String getPostToken()
getPostToken
in interface Tokenizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |