Class CopyCommands
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
-
- edu.uiuc.ncsa.security.util.cli.CommonCommands2
-
- org.oa4mp.server.admin.oauth2.base.CopyCommands
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable,edu.uiuc.ncsa.security.util.cli.Commands,Serializable
public class CopyCommands extends edu.uiuc.ncsa.security.util.cli.CommonCommands2Created by Jeff Gaynor
on 11/14/13 at 2:38 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringVERIFY_OPTION
-
Constructor Summary
Constructors Constructor Description CopyCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, CopyTool copyTool, CopyToolVerifier verifier, String configFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabout(boolean showBanner, boolean showHeader)voidcp(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)CopyToolgetCopyTool()StringgetName()StringgetPrompt()CopyToolVerifiergetVerifier()voidinitialize()voidload(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)voidsetCopyTool(CopyTool copyTool)protected voidshowCpHelp()-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands2
getIOInterface, getPlaceHolder, getValue, isEmpty, isThrowExceptions, isVerbose, print_help, say2, sayii, set_output_on, set_verbose_on, setOutputOnHelp, setPlaceHolder, setThrowExceptions, setVerboseHelp, version, versionHelp
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
bootstrap, bootstrap, clear_env, clearEnvHelp, debug, error, error, get_env, getDriver, getHelpUtil, getInput, getLogoName, getPropertyHelp, gracefulExit, hasLogger, indentWidth, info, initHelp, isDebugOn, isOk, isShowHeader, isShowLogo, print_env, printEnvHelp, printGetEnvHelp, printReadEnvHelp, printSaveEnvHelp, printSetEnvHelp, read_env, readJSON, readline, readline, save_env, say, say, sayi, sayv, set_env, setDebugOn, setDriver, setLogoName, setShowHeader, setShowLogo, showHelp, warn
-
-
-
-
Field Detail
-
VERIFY_OPTION
public static final String VERIFY_OPTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CopyCommands
public CopyCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, CopyTool copyTool, CopyToolVerifier verifier, String configFile) throws Throwable- Throws:
Throwable
-
-
Method Detail
-
about
public void about(boolean showBanner, boolean showHeader)- Specified by:
aboutin classedu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
-
initialize
public void initialize() throws Throwable- Specified by:
initializein classedu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl- Throws:
Throwable
-
load
public void load(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws Throwable- Specified by:
loadin classedu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl- Throws:
Throwable
-
getName
public String getName()
-
getPrompt
public String getPrompt()
-
showCpHelp
protected void showCpHelp()
-
cp
public void cp(edu.uiuc.ncsa.security.util.cli.InputLine inputLine) throws Throwable- Throws:
Throwable
-
getVerifier
public CopyToolVerifier getVerifier()
-
getCopyTool
public CopyTool getCopyTool()
-
setCopyTool
public void setCopyTool(CopyTool copyTool)
-
-