org.codehaus.mojo.keytool
public abstract class AbstractKeyToolMojo extends AbstractMojo
Version: $Revision$
Field Summary | |
---|---|
protected String | keystore
See options.
|
protected File | workingDirectory
Where to execute the keytool command.
|
Method Summary | |
---|---|
String | getKeystore() |
File | getWorkingDir() |
void | setKeystore(String keystore) |
void | setWorkingDir(File workingDirectory) |
UNKNOWN: expression="${keystore}"
UNKNOWN: expression="${workingdir}" default-value="${basedir}"
Returns: Returns the keystore.
Returns: Returns the workingDirectory.
Parameters: keystore The keystore to set.
Parameters: workingDirectory The workingDirectory to set.