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)
Satisfied
public boolean Satisfied()