API Overview API Index Package Overview Direct link to this page
Apache Ant 1.7.1
  org.apache.tools.ant. PathTokenizer View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      PathTokenizer
Implements
Subclasses
Description
public class PathTokenizer
  A Path tokenizer takes a path and returns the components that make up that path.
See also:   
Constructors
public PathTokenizer (java.lang.String path)
  Constructs a path tokenizer for the specified path.
Methods
Hide/Show inherited methods
public boolean hasMoreTokens ()
  Tests if there are more path elements available from this tokenizer's path.
public java.lang.String nextToken () throws java.util.NoSuchElementException
  Returns the next path element from this tokenizer.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar