|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.getdown.tools.DigesterTask
public class DigesterTask
An ant task used to create a digest.txt for a Getdown
application deployment.
| Constructor Summary | |
|---|---|
DigesterTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Performs the actual work of the task. |
void |
setAlias(String alias)
Sets the private key alias. |
void |
setAppdir(File appdir)
Sets the application directory. |
void |
setKeystore(File path)
Sets the digest signing keystore. |
void |
setStorepass(String password)
Sets the keystore decryption key. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigesterTask()
| Method Detail |
|---|
public void setAppdir(File appdir)
public void setKeystore(File path)
public void setStorepass(String password)
public void setAlias(String alias)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||