Package org.codehaus.mojo.keytool
Class ListMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="list", requiresProject=true) public class ListMojo extends AbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo<KeyToolListRequest>
To list entries in a keystore. Implemented as a wrapper around the SDKkeytool -list
(jdk 1.5) command. See keystore documentation.- Since:
- 1.2
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
rfc
Output in RFC style.
-
Constructor Summary
Constructors Constructor Description ListMojo()
Default contructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KeyToolListRequest
createKeytoolRequest()
To prepare the incoming request, says fill it with mojo parameters.-
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolRequestWithKeyStoreParametersMojo
createParentDirIfNecessary, getCommandlineInfo, getFile, getKeystoreFile
-
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolRequestMojo
consumeResult, execute
-
Methods inherited from class org.codehaus.mojo.keytool.AbstractKeyToolMojo
getMessage, getMessage, getMessage, isSkip, isVerbose, setSkip, setVerbose
-
-
-
-
Field Detail
-
rfc
@Parameter private boolean rfc
Output in RFC style. See options.- Since:
- 1.2
-
-
Method Detail
-
createKeytoolRequest
protected KeyToolListRequest createKeytoolRequest()
To prepare the incoming request, says fill it with mojo parameters.- Overrides:
createKeytoolRequest
in classAbstractKeyToolRequestWithKeyStoreAndAliasParametersMojo<KeyToolListRequest>
- Returns:
- the created keytool request
- See Also:
KeyToolRequest
-
-