|
Spiffy UI Framework | |||||||||
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
org.spiffyui.build.GzipListTask
public class GzipListTask
This is a custom task for a list of GZIPed files from a list of uncompressed files
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
GzipListTask()
|
Method Summary | |
---|---|
void |
add(org.apache.tools.ant.types.ResourceCollection c)
Add an arbitrary ResourceCollection. |
void |
addFilelist(org.apache.tools.ant.types.FileList list)
List of files to compile. |
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds the file set of JavaScript files to compile |
void |
execute()
Executes this task to run the compiler. |
void |
reset()
Reset state to default. |
void |
setDest(java.io.File dir)
Sepcify the location of the directory to output the compressed files |
Methods inherited from class org.apache.tools.ant.Task |
---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GzipListTask()
Method Detail |
---|
public void addFileset(org.apache.tools.ant.types.FileSet set)
set
- the set of filespublic void addFilelist(org.apache.tools.ant.types.FileList list)
list
- the list of filespublic void setDest(java.io.File dir)
dir
- the output file directorypublic void add(org.apache.tools.ant.types.ResourceCollection c)
c
- the ResourceCollection to add.public void reset()
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
- if there isn't enough information to run the GWT compiler
|
Spiffy UI Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |