Package org.oa4mp.client.installer
Class OA4MPClientInstaller
- java.lang.Object
-
- edu.uiuc.ncsa.security.installer.WebInstaller
-
- org.oa4mp.installer.AbstractInstaller
-
- org.oa4mp.client.installer.OA4MPClientInstaller
-
public class OA4MPClientInstaller extends AbstractInstaller
Created by Jeff Gaynor
on 6/19/24 at 7:23 AM
-
-
Field Summary
-
Fields inherited from class org.oa4mp.installer.AbstractInstaller
STORE_FLAG, STORE_TYPE_DERBY, STORE_TYPE_DERBY_FILE, STORE_TYPE_FILE_STORE, STORE_TYPE_MARIA_DB, STORE_TYPE_MYSQL, STORE_TYPE_POSTGRES
-
Fields inherited from class edu.uiuc.ncsa.security.installer.WebInstaller
ALL_FLAG, DEBUG_FLAG, DIR_ARG, EXECUTABLE_DEFAULT, HELP_FLAG, HELP_OPTION, INSTALL_OPTION, LIST_OPTION, LOG_ARG, NO_PACER_FLAG, NOTES_OPTION, OA4MP_FLAG, operationKey, REMOVE_OPTION, UPDATE_OPTION, UPDATEABLE_DEFAULT, UPGRADE_OPTION, USE_TEMPLATES_DEFAULT, VERSION_FLAG, VERSION_LATEST, VERSIONS_OPTION
-
-
Constructor Summary
Constructors Constructor Description OA4MPClientInstaller()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getDerbySetupScriptPath()
static void
main(String[] args)
-
Methods inherited from class org.oa4mp.installer.AbstractInstaller
doInstallOrUpdate, getSetup, getStoreFilename, getStoreTileDirectory, printMoreArgHelp, setupArgMap, setupDerbyFS, setupTemplates
-
Methods inherited from class edu.uiuc.ncsa.security.installer.WebInstaller
applyExecutable, applySkipUpdate, applyTemplate, copyStream, createID, createSecret, doList, doRemove, doReplace, download, getAppName, getArgMap, getID, getInstallConfiguration, getLastestConfigFileName, getLogger, getMessage, getMessage, getPacer, getRoot, getSecret, getSetupIS, getTemplates, getVersionFileName, ingestYaml, init, isDebugOn, isExec, isNotUpdateable, isUseTemplate, listVersions, nukeDir, printMoreExamplesHelp, process, processFileEntry, processZipArchive, processZipFile, readConfig, say, setDebugOn, setRoot, setTemplates, showHelp, showReleaseNotes, shutdown, trace
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getDerbySetupScriptPath
protected String getDerbySetupScriptPath()
- Specified by:
getDerbySetupScriptPath
in classAbstractInstaller
-
-