com.jeantessier.commandline
Interface ParameterStrategy
- All Superinterfaces:
- Visitable
- All Known Subinterfaces:
- CountingParameterStrategy
- All Known Implementing Classes:
- AnyParameterStrategy, NullParameterStrategy
- public interface ParameterStrategy
- extends Visitable
How the CommandLine
parses and validates the parameters
on the command-line.
Methods inherited from interface com.jeantessier.commandline.Visitable |
accept |
accept
public boolean accept(java.lang.String param)
isSatisfied
public boolean isSatisfied()
Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.