public class ConfigGeoServerCommand extends org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<String>
| Constructor and Description |
|---|
ConfigGeoServerCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
computeResults(org.locationtech.geowave.core.cli.api.OperationParams params) |
void |
execute(org.locationtech.geowave.core.cli.api.OperationParams params) |
GeoServerSSLConfigurationOptions |
getGeoServerSSLConfigurationOptions() |
String |
getName() |
String |
getPass() |
String |
getWorkspace() |
boolean |
prepare(org.locationtech.geowave.core.cli.api.OperationParams params) |
void |
setGeoServerSSLConfigurationOptions(GeoServerSSLConfigurationOptions sslConfigOptions) |
void |
setName(String name) |
void |
setPass(String pass) |
void |
setWorkspace(String workspace) |
Boolean |
successStatusIs200()
Return "200 OK" for the config geoserver command.
|
String |
usage() |
getId, getMethod, getPath, runAsyncgenerateNewEncryptionToken, getGeoWaveConfigFile, getGeoWaveConfigFile, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveConfigProperties, getGeoWaveDirectory, getSecurityTokenFile, setSecurityTokenFilepublic Boolean successStatusIs200()
successStatusIs200 in class org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<String>public boolean prepare(org.locationtech.geowave.core.cli.api.OperationParams params)
prepare in interface org.locationtech.geowave.core.cli.api.Operationprepare in class org.locationtech.geowave.core.cli.api.DefaultOperationpublic void execute(org.locationtech.geowave.core.cli.api.OperationParams params)
throws Exception
Exceptionpublic String getName()
getName in class org.locationtech.geowave.core.cli.api.ServiceEnabledCommand<String>public void setName(String name)
public String getPass()
public void setPass(String pass)
public String getWorkspace()
public void setWorkspace(String workspace)
public GeoServerSSLConfigurationOptions getGeoServerSSLConfigurationOptions()
public void setGeoServerSSLConfigurationOptions(GeoServerSSLConfigurationOptions sslConfigOptions)
public String usage()
usage in interface org.locationtech.geowave.core.cli.api.Operationusage in class org.locationtech.geowave.core.cli.api.DefaultOperationCopyright © 2013–2019. All rights reserved.