public abstract class DefaultOperation extends Object implements Operation
| Constructor and Description |
|---|
DefaultOperation() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
generateNewEncryptionToken(File tokenFile)
Generate a new token value in a specified file.
|
File |
getGeoWaveConfigFile() |
File |
getGeoWaveConfigFile(OperationParams params) |
Properties |
getGeoWaveConfigProperties() |
Properties |
getGeoWaveConfigProperties(OperationParams params) |
Properties |
getGeoWaveConfigProperties(OperationParams params,
String filter) |
File |
getGeoWaveDirectory() |
File |
getSecurityTokenFile() |
boolean |
prepare(OperationParams params)
NOTE: ONLY USE THIS METHOD TO SET @PARAMETERSDELEGATE options.
|
void |
setSecurityTokenFile(File securityTokenFile) |
String |
usage()
Method to allow commands the option to override the default usage from jcommander where all the
fields are printed out in alphabetical order.
|
public boolean prepare(OperationParams params) throws com.beust.jcommander.ParameterException
Operationprotected boolean generateNewEncryptionToken(File tokenFile)
tokenFile - true if the encryption tocken was successfully generatedpublic File getSecurityTokenFile()
public void setSecurityTokenFile(File securityTokenFile)
securityTokenFile - the securityTokenFile to setpublic File getGeoWaveDirectory()
public File getGeoWaveConfigFile(OperationParams params)
public File getGeoWaveConfigFile()
public Properties getGeoWaveConfigProperties(OperationParams params, String filter)
public Properties getGeoWaveConfigProperties(OperationParams params)
public Properties getGeoWaveConfigProperties()
public String usage()
OperationCopyright © 2013–2022. All rights reserved.