|
|||||||||||
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.DummyXmlcUtils
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 | |
DummyXmlcUtils()
|
Method Summary | |
java.lang.String |
buildClassName(java.lang.String,
java.lang.String)
Build a Java class name out of the specified components. |
java.lang.String |
buildFullBaseFileName(java.lang.String,
java.lang.String,
java.lang.String)
Build a full base file name (i.e. with no file type) out of the specified components. |
java.lang.String[] |
getOptionFiles(java.io.File)
Get a list of options files for the specified directory. |
java.lang.String[] |
getOptionFiles(java.io.File[],
java.lang.String)
Get a list of options files for the specified directories, having the specified name. |
java.lang.String[] |
getOptionFiles(java.io.File[],
java.lang.String[])
Get a list of options files for the specified directories, having the specified names. |
java.lang.String[] |
getOptionFiles(java.io.File,
java.lang.String)
Get a list of options files for the specified directory, having the specified name. |
java.lang.String[] |
getOptionFiles(java.io.File,
java.lang.String[])
Get a list of options files for the specified directory, having the specified names. |
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 |
public DummyXmlcUtils()
Method Detail |
public java.lang.String[] getOptionFiles(java.io.File)
XmlcUtils
getOptionFiles
in class XmlcUtils
- The directory to look in for the options file.
public java.lang.String[] getOptionFiles(java.io.File, java.lang.String)
XmlcUtils
getOptionFiles
in class XmlcUtils
- The directory to look in for the options file.
- The name of the options file to look for.
public java.lang.String[] getOptionFiles(java.io.File, java.lang.String[])
XmlcUtils
getOptionFiles
in class XmlcUtils
- The directory to look in for the options file.
- The list of names of the options file to look for.
public java.lang.String[] getOptionFiles(java.io.File[], java.lang.String)
XmlcUtils
getOptionFiles
in class XmlcUtils
- The list of directories to look in for the options files.
- The name of the options file to look for.
public java.lang.String[] getOptionFiles(java.io.File[], java.lang.String[])
XmlcUtils
getOptionFiles
in class XmlcUtils
- The list of directories to look in for the options files.
- The list of names of the options file to look for.
public java.lang.String buildFullBaseFileName(java.lang.String, java.lang.String, java.lang.String)
XmlcUtils
buildFullBaseFileName
in class XmlcUtils
- The name of the package to prepend to the file name.
This should be specified using the Java naming convention
i.e. org.enhydra.xmlc
- The name of the directory to prepend to the file name.
This is a directory path that can be specified using either '/' or '\'
i.e. foo/resources
- The base file name that the preceding strings are prepended to.
public java.lang.String buildClassName(java.lang.String, java.lang.String)
XmlcUtils
buildClassName
in class XmlcUtils
- The full base file name (specified with '/' separators)
and no file type. e.g. "org.enhydra.test"
- 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 |