Package org.oa4mp.server.qdl.clc
Class QDLCLC
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
-
- edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl2
-
- org.oa4mp.server.admin.oauth2.tools.OA2CommandLineClient
-
- org.oa4mp.server.qdl.clc.QDLCLC
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
,edu.uiuc.ncsa.security.util.cli.Commands
,Serializable
public class QDLCLC extends OA2CommandLineClient
This is the extension of theOA2CommandLineClient
that is able to read QDL configuration files. The QDL modules isCLC
.Created by Jeff Gaynor
on 12/19/23 at 3:32 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QDLCLC(edu.uiuc.ncsa.security.util.cli.CLIDriver driver)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
banner()
protected void
bannerDotMatrix()
protected void
bannerLarge()
protected void
bannerTimes()
protected edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
figureOutLoader(String fileName, String configName)
static void
main(String[] args)
-
Methods inherited from class org.oa4mp.server.admin.oauth2.tools.OA2CommandLineClient
about, about, getComponentName, getInstance, getLoader, getName, getPrompt, runnit, setInstance, setLoader, start, use, useHelp
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.ConfigurableCommandsImpl2
bootstrap, doListNames, getConfigFile, getConfigName, getEnvironment, initHelp, initialize, listConfigs, listXMLConfigs, load, loadConfig, setConfigFile, setConfigName, setDriver, setEnvironment, showLoadHelp, switchOrRun
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.AbstractCommandsImpl
bootstrap, clear_env, clearEnvHelp, debug, error, error, get_env, getDriver, getHelpUtil, getInput, getIOInterface, getLogoName, getPropertyHelp, gracefulExit, hasLogger, indentWidth, info, 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, setLogoName, setShowHeader, setShowLogo, showHelp, warn
-
-
-
-
Method Detail
-
figureOutLoader
protected edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> figureOutLoader(String fileName, String configName) throws Throwable
- Overrides:
figureOutLoader
in classOA2CommandLineClient
- Throws:
Throwable
-
main
public static void main(String[] args)
-
banner
protected void banner()
- Overrides:
banner
in classOA2CommandLineClient
-
bannerLarge
protected void bannerLarge()
-
bannerDotMatrix
protected void bannerDotMatrix()
-
bannerTimes
protected void bannerTimes()
-
-