|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyToolRequestWithKeyStoreAndAliasParameters
Specifies the common parameters used to control a KeyTool tool invocation.
Method Summary | |
---|---|
String |
getAlias()
Gets the value of the alias field. |
boolean |
isPasswordProtected()
Gets the value of the passwordProtected field. |
void |
setAlias(String alias)
Sets the new given value to the field alias of the request. |
void |
setPasswordProtected(boolean passwordProtected)
|
Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequestWithKeyStoreParameters |
---|
getKeystore, getProviderarg, getProviderclass, getProvidername, getProviderpath, getStorepass, getStoretype, setKeystore, setProviderarg, setProviderclass, setProvidername, setProviderpath, setStorepass, setStoretype |
Methods inherited from interface org.codehaus.mojo.keytool.KeyToolRequest |
---|
getArguments, getSystemErrorStreamConsumer, getSystemOutStreamConsumer, getWorkingDirectory, isVerbose, setArguments, setSystemErrorStreamConsumer, setSystemOutStreamConsumer, setVerbose, setWorkingDirectory |
Method Detail |
---|
String getAlias()
alias
field.
alias
field.void setAlias(String alias)
alias
of the request.
alias
- the new value of the field alias
.boolean isPasswordProtected()
passwordProtected
field.
passwordProtected
fieldvoid setPasswordProtected(boolean passwordProtected)
passwordProtected
- value of the field passwordProtected
to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |