|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spiffyui.build.HTMLPropertiesUtil
public final class HTMLPropertiesUtil
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 |
---|
public static void generatePropertiesFiles(java.util.List<java.io.File> files, java.io.File destinationFile, java.lang.String packageName) throws java.io.IOException
files
- the source filesdestinationFile
- the destination properties filepackageName
- the name of the package for the Java file. If the package
isn't specified the Java file won't be generated.
java.io.IOException
- if there is an error writing the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |