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 isSatisfied()
           
 
Methods inherited from interface com.jeantessier.commandline.Visitable
accept
 

Method Detail

accept

public boolean accept(java.lang.String param)

isSatisfied

public boolean isSatisfied()


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.