public class NaruArgsParser
extends Object
-
Constructor Summary
Constructors
-
Method Summary
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement>
List<net.thevpc.nuts.elem.NElement>
List<net.thevpc.nuts.elem.NElement>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NaruArgsParser
public NaruArgsParser(String command)
-
Method Details
-
argByName
public net.thevpc.nuts.util.NOptional<net.thevpc.nuts.elem.NElement> argByName(String name)
-
argsByName
public List<net.thevpc.nuts.elem.NElement> argsByName(String name)
-
args
public List<net.thevpc.nuts.elem.NElement> args()