|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.velocity.texen.util.PropertiesUtil
public class PropertiesUtil
A property utility class for the texen text/code generator Usually this class is only used from a Velocity context.
| Constructor Summary | |
|---|---|
PropertiesUtil()
|
|
| Method Summary | |
|---|---|
java.util.Properties |
load(java.lang.String propertiesFile)
Load properties from either a file in the templatePath if there is one or the classPath. |
protected java.util.Properties |
loadFromClassPath(java.lang.String propertiesName)
Load a properties file from the classpath |
protected java.util.Properties |
loadFromTemplatePath(java.lang.String propertiesFile)
Load a properties file from the templatePath defined in the generator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesUtil()
| Method Detail |
|---|
public java.util.Properties load(java.lang.String propertiesFile)
propertiesFile - the properties file to load through
either the templatePath or the classpath.
protected java.util.Properties loadFromTemplatePath(java.lang.String propertiesFile)
throws java.lang.Exception
propertiesFile - the properties file to load. It must be
a relative pathname.
java.lang.Exception
protected java.util.Properties loadFromClassPath(java.lang.String propertiesName)
throws java.lang.Exception
propertiesName - the properties file to load.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||