com.jeantessier.commandline
Interface CountingParameterStrategy

All Superinterfaces:
ParameterStrategy, Visitable
All Known Implementing Classes:
AtMostParameterStrategy, ExactlyParameterStrategy, AtLeastParameterStrategy

public interface CountingParameterStrategy
extends ParameterStrategy

A ParameterStrategy that counts the number of parameters on the command-line.


Method Summary
 int getCount()
           
 int getNbParameters()
           
 
Methods inherited from interface com.jeantessier.commandline.ParameterStrategy
accept, isSatisfied
 
Methods inherited from interface com.jeantessier.commandline.Visitable
accept
 

Method Detail

getNbParameters

public int getNbParameters()

getCount

public int getCount()


Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.