public abstract class AbstractKeyToolMojo
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
keystore
See options.
|
protected File |
workingDirectory
Where to execute the keytool command.
|
Constructor and Description |
---|
AbstractKeyToolMojo() |
Modifier and Type | Method and Description |
---|---|
String |
getKeystore() |
File |
getWorkingDir() |
void |
setKeystore(String keystore) |
void |
setWorkingDir(File workingDirectory) |
getLog, getPluginContext, setLog, setPluginContext
protected File workingDirectory
public String getKeystore()
public void setKeystore(String keystore)
keystore
- The keystore to set.public File getWorkingDir()
public void setWorkingDir(File workingDirectory)
workingDirectory
- The workingDirectory to set.Copyright © 2005-2015 Codehaus. All Rights Reserved.