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.


Method Summary
 boolean Accept(java.lang.String param)
           
 boolean Satisfied()
           
 
Methods inherited from interface com.jeantessier.commandline.Visitable
Accept
 

Method Detail

Accept

public boolean Accept(java.lang.String param)

Satisfied

public boolean Satisfied()