org.spiffyui.build
Class HTMLPropertiesUtil

java.lang.Object
  extended by org.spiffyui.build.HTMLPropertiesUtil

public final class HTMLPropertiesUtil
extends java.lang.Object

This is generic task for generating HTML properties files


Method Summary
static void generatePropertiesFiles(java.util.List<java.io.File> files, java.io.File destinationFile, java.lang.String packageName)
          Generate the HTML properties file based on the input source files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generatePropertiesFiles

public static void generatePropertiesFiles(java.util.List<java.io.File> files,
                                           java.io.File destinationFile,
                                           java.lang.String packageName)
                                    throws java.io.IOException
Generate the HTML properties file based on the input source files

Parameters:
files - the source files
destinationFile - the destination properties file
packageName - the name of the package for the Java file. If the package isn't specified the Java file won't be generated.
Throws:
java.io.IOException - if there is an error writing the file