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(java.io.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, setTaskTypepublic void addPath(org.apache.tools.ant.types.Path path)
public Ignore createIgnore()
public void setSignature(java.io.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.Taskorg.apache.tools.ant.BuildExceptionprotected void validate()
Copyright © 2008-2013. All Rights Reserved.