A C E G H O R S Z

A

add(ResourceCollection) - Method in class org.spiffyui.build.ClosureTask
Add an arbitrary ResourceCollection.
add(ResourceCollection) - Method in class org.spiffyui.build.GzipListTask
Add an arbitrary ResourceCollection.
add(ResourceCollection) - Method in class org.spiffyui.build.HTMLPropertiesTask
Add an arbitrary ResourceCollection.
addFilelist(FileList) - Method in class org.spiffyui.build.ClosureTask
List of files to compile.
addFilelist(FileList) - Method in class org.spiffyui.build.GzipListTask
List of files to compile.
addFilelist(FileList) - Method in class org.spiffyui.build.HTMLPropertiesTask
List of files to compile.
addFileset(FileSet) - Method in class org.spiffyui.build.ClosureTask
Adds the file set of JavaScript files to compile
addFileset(FileSet) - Method in class org.spiffyui.build.GzipListTask
Adds the file set of JavaScript files to compile
addFileset(FileSet) - Method in class org.spiffyui.build.HTMLPropertiesTask
Adds the file set of JavaScript files to compile

C

ClosureTask - Class in org.spiffyui.build
This is a custom task for calling the Google Closure compiler.
ClosureTask() - Constructor for class org.spiffyui.build.ClosureTask
 

E

EpochTStampTask - Class in org.spiffyui.build
This is a custom task for setting the epoch date as a property in the project
EpochTStampTask() - Constructor for class org.spiffyui.build.EpochTStampTask
 
execute() - Method in class org.spiffyui.build.ClosureTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.EpochTStampTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.GzipListTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.HTMLPropertiesTask
Executes this task to run the compiler.
execute() - Method in class org.spiffyui.build.RevisionInfoTask
Executes this task to run the compiler.

G

generatePropertiesFiles(List<File>, File, String) - Static method in class org.spiffyui.build.HTMLPropertiesUtil
Generate the HTML properties file based on the input source files
getRevDate() - Method in class org.spiffyui.build.RevisionInfoBean
Get the revision date from this bean.
getRevisionInfo(File) - Static method in class org.spiffyui.build.RevisionInfoUtil
Get the revision information for the specified root directory
getRevNumber() - Method in class org.spiffyui.build.RevisionInfoBean
Get the revision number from this bean.
GzipListTask - Class in org.spiffyui.build
This is a custom task for a list of GZIPed files from a list of uncompressed files
GzipListTask() - Constructor for class org.spiffyui.build.GzipListTask
 
GzipListUtil - Class in org.spiffyui.build
This is a utility for GZIPing lists of files

H

HTMLPropertiesTask - Class in org.spiffyui.build
This is the Ant custom task for generating properties files from HTML files
HTMLPropertiesTask() - Constructor for class org.spiffyui.build.HTMLPropertiesTask
 
HTMLPropertiesUtil - Class in org.spiffyui.build
This is generic task for generating HTML properties files

O

org.spiffyui.build - package org.spiffyui.build
The build package contains utility classes and Ant tasks which support Spiffy UI Ant builds and the Spiffy UI Maven plugin

R

reset() - Method in class org.spiffyui.build.ClosureTask
Reset state to default.
reset() - Method in class org.spiffyui.build.EpochTStampTask
Reset state to default.
reset() - Method in class org.spiffyui.build.GzipListTask
Reset state to default.
reset() - Method in class org.spiffyui.build.HTMLPropertiesTask
Reset state to default.
reset() - Method in class org.spiffyui.build.RevisionInfoTask
Reset state to default.
RevisionInfoBean - Class in org.spiffyui.build
This simple beans handles the revision number and revision date for the revision info task.
RevisionInfoBean(String, String) - Constructor for class org.spiffyui.build.RevisionInfoBean
Create a new revision info bean.
RevisionInfoTask - Class in org.spiffyui.build
The RevisionInfoTask gets information about the current revision being built and makes it available to the project.
RevisionInfoTask() - Constructor for class org.spiffyui.build.RevisionInfoTask
 
RevisionInfoUtil - Class in org.spiffyui.build
The RevisionInfoTask gets information about the current revision being built and makes it available to the project.
RevisionInfoUtil() - Constructor for class org.spiffyui.build.RevisionInfoUtil
 

S

setClosureJar(File) - Method in class org.spiffyui.build.ClosureTask
Set the path to the closure compiler JAR file normally named compiler.jar.
setCompilationLevel(String) - Method in class org.spiffyui.build.ClosureTask
Sets the compilation level
setDest(File) - Method in class org.spiffyui.build.GzipListTask
Sepcify the location of the directory to output the compressed files
setDir(File) - Method in class org.spiffyui.build.RevisionInfoTask
Sepcify the location of the directory to get the revision of
setJSfile(File) - Method in class org.spiffyui.build.ClosureTask
Sepcify the name of the output file.
setPackage(String) - Method in class org.spiffyui.build.HTMLPropertiesTask
Specify the package name for the generated Java file.
setProperties(File) - Method in class org.spiffyui.build.HTMLPropertiesTask
Specify the location of the properties output file.
setProperty(String) - Method in class org.spiffyui.build.EpochTStampTask
Sets the property name
setSummaryLevel(String) - Method in class org.spiffyui.build.ClosureTask
Controls how detailed the compilation summary is.
setWarningLevel(String) - Method in class org.spiffyui.build.ClosureTask
Specifies the warning level to use.

Z

zipFileList(List<File>, File) - Static method in class org.spiffyui.build.GzipListUtil
GZIP the specified list of files.

A C E G H O R S Z