Uses of Class
com.svincent.util.CommandLine.Arg

Packages that use CommandLine.Arg
com.svincent.util Provides various utility classes, which might be useful in a wide variety of contexts. 
 

Uses of CommandLine.Arg in com.svincent.util
 

Subclasses of CommandLine.Arg in com.svincent.util
static class CommandLine.BooleanArg
           
static class CommandLine.IntArg
           
static class CommandLine.StringArg
           
 

Methods in com.svincent.util that return CommandLine.Arg
 CommandLine.Arg CommandLine.getArg(java.lang.String longArg)
           
 CommandLine.Arg CommandLine.Arg.required()
           
 CommandLine.Arg CommandLine.Arg.shortName(char c)
           
 CommandLine.Arg CommandLine.Arg.description(java.lang.String s)
           
 

Methods in com.svincent.util with parameters of type CommandLine.Arg
 void CommandLine.addArg(CommandLine.Arg arg)
           
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.