|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.apache.commons.openpgp.ant.OpenPgpSignerTask
public class OpenPgpSignerTask
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
OpenPgpSignerTask()
|
Method Summary | |
---|---|
void |
add(org.apache.tools.ant.types.FileSet fs)
|
org.apache.tools.ant.types.Mapper |
createMapper()
Define the mapper to map source to destination files. |
void |
execute()
|
void |
setArtefact(File artefact)
artefact to be signed |
void |
setAsciiarmor(boolean asciiarmor)
asciiarmor the signature ? |
void |
setKeyId(String keyId)
set the key id |
void |
setPassword(String password)
set the value of the password |
void |
setPubring(File pubring)
set the public keyring |
void |
setSecring(File secring)
set the secret keyring |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpenPgpSignerTask()
Method Detail |
---|
public void setSecring(File secring)
secring
- secret keyring filepublic void setPubring(File pubring)
pubring
- public keyring filepublic void setKeyId(String keyId)
keyId
- public void setAsciiarmor(boolean asciiarmor)
asciiarmor
- ascii armored signature ?public void setPassword(String password)
password
- value of the passwordpublic void setArtefact(File artefact)
artefact
- artefact to be signedpublic void add(org.apache.tools.ant.types.FileSet fs)
public org.apache.tools.ant.types.Mapper createMapper() throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException
- if more than one mapper is defined.public void execute()
execute
in class org.apache.tools.ant.Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |