org.apache.tools.ant.types
Class Commandline.Marker

java.lang.Object
  |
  +--org.apache.tools.ant.types.Commandline.Marker
Enclosing class:
Commandline

public class Commandline.Marker
extends java.lang.Object

Class to keep track of the position of an Argument.


Method Summary
 int getPosition()
          Return the number of arguments that preceeded this marker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPosition

public int getPosition()
Return the number of arguments that preceeded this marker.

The name of the executable - if set - is counted as the very first argument.



Includes only those classes commonly used by task writers. The Ant 1.4.1 distribution includes complete Javadoc for all classes included in Ant, though in most cases these are not intended as APIs.