Class OA2CopyTool
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.CLITool
-
- org.oa4mp.server.admin.base.oauth2.myproxy.CopyTool
-
- org.oa4mp.server.admin.tools.oauth2.myproxy.OA2CopyTool
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
public class OA2CopyTool extends CopyTool
Created by Jeff Gaynor
on 4/3/14 at 1:27 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.CopyTool
SOURCE_CONFIG_FILE_LONG_OPTION, SOURCE_CONFIG_FILE_OPTION, SOURCE_CONFIG_NAME_LONG_OPTION, SOURCE_CONFIG_NAME_OPTION, TARGET_CONFIG_FILE_LONG_OPTION, TARGET_CONFIG_FILE_OPTION, TARGET_CONFIG_NAME_LONG_OPTION, TARGET_CONFIG_NAME_OPTION
-
Fields inherited from class edu.uiuc.ncsa.security.util.cli.CLITool
CONFIG_FILE_LONG_OPTION, CONFIG_FILE_OPTION, CONFIG_NAME_ACTION, CONFIG_NAME_LONG_OPTION, CONFIG_NAME_OPTION, DEBUG_LONG_OPTION, DEBUG_OPTION, DEFAULT_LOG_FILE, HELP_LONG_OPTION, HELP_OPTION, LOG_FILE_LONG_OPTION, LOG_FILE_OPTION, NO_ACTION, VERBOSE_LONG_OPTION, VERBOSE_OPTION
-
-
Constructor Summary
Constructors Constructor Description OA2CopyTool()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
getLoader()
static void
main(String[] args)
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oauth2.base.CopyTool
doIt, doItWithState, getComponentName, getCopyExtension, getEnv, getOptions, getSourceEnv, getTargetEnv, help, initialize, setCopyExtension, setEnvironment, wipeAndCopy
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CLITool
checkAction, debug, defaultHelp, error, error, getAction, getBufferedReader, getCommandLine, getConfigFile, getConfigurationNode, getEnvironment, getIoInterface, getLogfileName, getMyLogger, getOptions, hasOption, info, isDebugOn, isVerbose, parseCommandLine, readline, run, run, say, say2, sayv, setAction, setBufferedReader, setCommandLine, setConfigFile, setConfigurationNode, setDebugOn, setIoInterface, setLogfileName, setMyLogger, setVerbose, warn
-
-