|
RbUtils 0.13 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ktc.rbutils.rb.AbstractUtility
org.ktc.rbutils.rb.content.RbContentListerUtility
public class RbContentListerUtility
Command line utility for ResourceBundle Content List.
Field Summary |
---|
Fields inherited from class org.ktc.rbutils.rb.AbstractUtility |
---|
cmdLine, ERROR_MSG_EXTENSION_NBR, ERROR_MSG_ROOT_NBR, internalArgs, MSG_MISSING_REQUIRED_OPTION, OPTION_EXTENSION, OPTION_FILE, OPTION_LOG, OPTION_ROOT, options, REQUIRED_HEADER, root, SEP_LOG_OPTION, taskName |
Constructor Summary | |
---|---|
protected |
RbContentListerUtility(String[] args,
PrintWriter pw)
Creates a new instance of ContentListerUtility. |
Method Summary | |
---|---|
protected void |
internalUsage()
Display the usage of the utility. |
static void |
main(String[] args)
Lists the content of a ResourceBundle. |
protected static int |
mainNoExit(String[] args,
PrintWriter writer)
Launches the utility. |
void |
parseParameters()
Parses the internalArgs field according to the options field. |
protected int |
process()
Launches the utility. |
Methods inherited from class org.ktc.rbutils.rb.AbstractUtility |
---|
clone, getCommonOptions, getExtension, getFilesToBeProcessed, getLoggers, getRootDir, getUniqueDir, getUniqueOptionValue, parse, usage, usage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RbContentListerUtility(String[] args, PrintWriter pw)
args
- the arguments to be passed to the utility.pw
- the Writer to print into.Method Detail |
---|
protected int process() throws Exception
Exception
- the arguments to be passed to the utility.public void parseParameters()
internalArgs
field according to the options
field.
parseParameters
in interface Utility
parseParameters
in class AbstractUtility
protected void internalUsage()
public static void main(String[] args)
If an error occurs on initialization, prints usage.
args
- the arguments to be passed to the utility.protected static int mainNoExit(String[] args, PrintWriter writer)
args
- the arguments to be passed to the utility.writer
- the Writer to be used to print messages.
|
Back to the RbUtils Home Page | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |