com.threerings.getdown.tools
Class DigesterTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.threerings.getdown.tools.DigesterTask
All Implemented Interfaces:
Cloneable

public class DigesterTask
extends org.apache.tools.ant.Task

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

DigesterTask

public DigesterTask()
Method Detail

setAppdir

public void setAppdir(File appdir)
Sets the application directory.


setKeystore

public void setKeystore(File path)
Sets the digest signing keystore.


setStorepass

public void setStorepass(String password)
Sets the keystore decryption key.


setAlias

public void setAlias(String alias)
Sets the private key alias.


execute

public void execute()
             throws org.apache.tools.ant.BuildException
Performs the actual work of the task.

Overrides:
execute in class org.apache.tools.ant.Task
Throws:
org.apache.tools.ant.BuildException


Copyright © 2013. All Rights Reserved.