org.apache.maven.plugin.gpg
Class GpgSigner
java.lang.Object
org.apache.maven.plugin.gpg.GpgSigner
public class GpgSigner
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIGNATURE_EXTENSION
public static final java.lang.String SIGNATURE_EXTENSION
- See Also:
- Constant Field Values
GpgSigner
public GpgSigner()
setExecutable
public void setExecutable(java.lang.String executable)
setInteractive
public void setInteractive(boolean b)
setUseAgent
public void setUseAgent(boolean b)
setKeyName
public void setKeyName(java.lang.String s)
setPassPhrase
public void setPassPhrase(java.lang.String s)
setOutputDirectory
public void setOutputDirectory(java.io.File out)
setBuildDirectory
public void setBuildDirectory(java.io.File out)
setBaseDirectory
public void setBaseDirectory(java.io.File out)
setHomeDirectory
public void setHomeDirectory(java.io.File homeDirectory)
generateSignatureForArtifact
public java.io.File generateSignatureForArtifact(java.io.File file)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getPassphrase
public java.lang.String getPassphrase(org.apache.maven.project.MavenProject project)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.