Package org.cilogon.oauth2.admin
Class CounterCommands
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.CommonCommands
-
- org.cilogon.oauth2.admin.CounterCommands
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
,edu.uiuc.ncsa.security.util.cli.Commands
,Serializable
public class CounterCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands
Created by Jeff Gaynor
on 10/30/13 at 4:05 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CounterCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String indent, Incrementable incrementable, UserStore userStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bootstrap()
Incrementable
getIncrementable()
String
getPrompt()
UserStore
getUserStore()
void
next_value(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
void
print_help()
void
reset(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
protected void
showNextValueHelp()
protected void
showResetHelp()
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands
clear_env, clearEnvHelp, debug, echo, echoHelp, error, get_env, getBufferedReader, getDriver, getHelpUtil, getInput, getIOInterface, getPlaceHolder, getPropertyHelp, getValue, gracefulExit, indentWidth, info, isBatch, isBatchFile, isBatchMode, isDebugOn, isEmpty, isOk, isPrintOuput, isVerbose, logit, print_env, printEnvHelp, printGetEnvHelp, printReadEnvHelp, printSaveEnvHelp, printSetEnvHelp, read_env, readFile, readJSON, readline, readline, save_env, say, say, say2, sayi, sayii, sayv, set_env, set_output_on, set_verbose_on, setBatchFile, setBatchMode, setBufferedReader, setDebugOn, setDriver, setHelpUtil, setIOInterface, setOutputOnHelp, setPlaceHolder, setPrintOuput, setVerbose, setVerboseHelp, showHelp, version, versionHelp, warn
-
-
-
-
Constructor Detail
-
CounterCommands
public CounterCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String indent, Incrementable incrementable, UserStore userStore) throws Throwable
- Throws:
Throwable
-
-
Method Detail
-
bootstrap
public void bootstrap() throws Throwable
- Specified by:
bootstrap
in interfaceedu.uiuc.ncsa.security.util.cli.Commands
- Overrides:
bootstrap
in classedu.uiuc.ncsa.security.util.cli.CommonCommands
- Throws:
Throwable
-
getUserStore
public UserStore getUserStore()
-
getIncrementable
public Incrementable getIncrementable()
-
getPrompt
public String getPrompt()
-
showNextValueHelp
protected void showNextValueHelp()
-
next_value
public void next_value(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
-
print_help
public void print_help() throws Exception
- Specified by:
print_help
in interfaceedu.uiuc.ncsa.security.util.cli.Commands
- Overrides:
print_help
in classedu.uiuc.ncsa.security.util.cli.CommonCommands
- Throws:
Exception
-
showResetHelp
protected void showResetHelp()
-
reset
public void reset(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws IOException
- Throws:
IOException
-
-