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.CommonCommands2
Created by Jeff Gaynor
on 11/14/13 at 2:38 PM- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
VERIFY_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 void
about(boolean showBanner, boolean showHeader)
void
cp(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
CopyTool
getCopyTool()
String
getName()
String
getPrompt()
CopyToolVerifier
getVerifier()
void
initialize()
void
load(edu.uiuc.ncsa.security.util.cli.InputLine inputLine)
void
setCopyTool(CopyTool copyTool)
protected void
showCpHelp()
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CommonCommands2
getIOInterface, getPlaceHolder, getValue, isEmpty, isVerbose, print_help, say2, sayii, set_output_on, set_verbose_on, setOutputOnHelp, setPlaceHolder, 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:
about
in classedu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
-
initialize
public void initialize() throws Throwable
- Specified by:
initialize
in 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:
load
in 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)
-
-