org.codehaus.plexus.util.cli
Class Commandline.Marker
java.lang.Object
org.codehaus.plexus.util.cli.Commandline.Marker
- Commandline
public class Commandline.Marker
extends java.lang.Object
Class to keep track of the position of an Argument.
int | getPosition() - Return the number of arguments that preceeded this marker.
|
position
private int position
realPos
private int realPos
Marker
(package private) Marker(int position)
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.