Copyright 2002 by aragost

com.aragost.util.cmdline
Class Rule

java.lang.Object
  |
  +--com.aragost.util.cmdline.Rule
Direct Known Subclasses:
IntervalRule

public abstract class Rule
extends java.lang.Object


Constructor Summary
Rule()
          Creates new Rule
 
Method Summary
abstract  boolean check(OptionParser parser)
           
abstract  java.lang.String explain()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule

public Rule()
Creates new Rule

Method Detail

check

public abstract boolean check(OptionParser parser)

explain

public abstract java.lang.String explain()

Copyright 2002 by aragost