public class CheckSignatureTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
CheckSignatureTask() |
Modifier and Type | Method and Description |
---|---|
void |
addPath(org.apache.tools.ant.types.Path path) |
org.apache.tools.ant.types.Path |
createClasspath() |
Ignore |
createIgnore() |
void |
execute() |
void |
setClasspath(org.apache.tools.ant.types.Path classpath) |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r) |
void |
setSignature(File signature) |
protected void |
validate() |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void addPath(org.apache.tools.ant.types.Path path)
public Ignore createIgnore()
public void setSignature(File signature)
public org.apache.tools.ant.types.Path createClasspath()
public void setClasspath(org.apache.tools.ant.types.Path classpath)
public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
protected void validate()
Copyright © 2008-2013 Codehaus. All Rights Reserved.