Package org.codehaus.plexus.util.cli
Class Commandline.Marker
- java.lang.Object
-
- org.codehaus.plexus.util.cli.Commandline.Marker
-
- Enclosing class:
- Commandline
public class Commandline.Marker extends java.lang.Object
Class to keep track of the position of an Argument.
-
-
Constructor Summary
Constructors Constructor Description Marker(int position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPosition()
Return the number of arguments that preceded this marker.
-