Class ExpectOption

java.lang.Object
net.thevpc.common.swing.util.jcmd.ExpectOption

public class ExpectOption extends Object
Author:
Taha BEN SALAH (taha.bensalah@gmail.com) %creationtime 13 juil. 2006 22:14:21
  • Constructor Details

    • ExpectOption

      protected ExpectOption(String shortName, String longName, boolean booleanValue, boolean acceptValue, boolean valueIsFirstParam, int minFollowingParamsCount, int maxFollowingParamsCount)
  • Method Details

    • isAcceptValue

      public boolean isAcceptValue()
    • isBooleanValue

      public boolean isBooleanValue()
    • getLongName

      public String getLongName()
    • getMaxFollowingParamsCount

      public int getMaxFollowingParamsCount()
    • getMinFollowingParamsCount

      public int getMinFollowingParamsCount()
    • getShortName

      public String getShortName()
    • isValueIsFirstParam

      public boolean isValueIsFirstParam()