|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.barracuda.taskdefs.XmlcUtils | +--org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl | +--org.enhydra.barracuda.taskdefs.LocalizeXmlcUtilsImpl
Implementation of the XmlcUtils class for use when localizing files
Field Summary |
Fields inherited from class org.enhydra.barracuda.taskdefs.XmlcUtils |
DEFAULT_OPTIONS_FILENAME, DEFAULT_OPTIONS_FILETYPE, DEFAULT_UTILS_CLASS_KEY, DEFAULT_UTILS_CLASS_NAME |
Constructor Summary | |
protected |
LocalizeXmlcUtilsImpl()
Construct default LocalizeXmlcUtilsImpl (protected to force the use of XmlcUtils.create() factory method). |
Method Summary | |
java.lang.String |
buildClassName(java.lang.String theFullBaseFileName,
java.lang.String theModifier)
Build a Java class name out of the specified components. |
Methods inherited from class org.enhydra.barracuda.taskdefs.DefaultXmlcUtilsImpl |
buildFullBaseFileName, getOptionFiles, getOptionFiles, getOptionFiles, getOptionFiles, getOptionFiles |
Methods inherited from class org.enhydra.barracuda.taskdefs.XmlcUtils |
create |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected LocalizeXmlcUtilsImpl()
Method Detail |
public java.lang.String buildClassName(java.lang.String theFullBaseFileName, java.lang.String theModifier)
buildClassName
in class DefaultXmlcUtilsImpl
theFullBaseFileName
- The full base file name (specified with '/' separators)
and no file type. e.g. "org.enhydra.test"theModifier
- The file modifier to append to the class name
e.g. HTML
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |