Package edu.uiuc.ncsa.security.installer
Class ArgMap
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap
- 
- edu.uiuc.ncsa.security.installer.ArgMap
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- Cloneable,- Map
 
 public class ArgMap extends HashMap A map of the arguments to the installer. It eats the command line string andCreated by Jeff Gaynor 
 on 6/14/24 at 10:22 AM- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperation()FilegetPreprocessDir()FilegetRootDir()StringgetString(String key)StringgetVersion()booleanhasRootDir()Booleanis(String key)Checks that the key is a booleanbooleanisAll()booleanisInstall()booleanisList()booleanisLoggingEnabled()booleanisPacerOn()booleanisPreprocess()booleanisRemove()booleanisShowHelp()booleanisShowReleaseNotes()booleanisUpgrade()booleanisVersions()FilelogFile()protected voidsetupArgMap(String[] args, List<String> allOps)- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class java.util.AbstractMapequals, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ArgMappublic ArgMap(String[] args) 
 
- 
 - 
Method Detail- 
getVersionpublic String getVersion() 
 - 
getRootDirpublic File getRootDir() 
 - 
getPreprocessDirpublic File getPreprocessDir() 
 - 
isInstallpublic boolean isInstall() 
 - 
isRemovepublic boolean isRemove() 
 - 
isUpgradepublic boolean isUpgrade() 
 - 
isShowHelppublic boolean isShowHelp() 
 - 
isListpublic boolean isList() 
 - 
isVersionspublic boolean isVersions() 
 - 
hasRootDirpublic boolean hasRootDir() 
 - 
getOperationpublic String getOperation() 
 - 
isAllpublic boolean isAll() 
 - 
isPacerOnpublic boolean isPacerOn() 
 - 
isLoggingEnabledpublic boolean isLoggingEnabled() 
 - 
logFilepublic File logFile() 
 - 
isShowReleaseNotespublic boolean isShowReleaseNotes() 
 - 
isPreprocesspublic boolean isPreprocess() 
 
- 
 
-