See: Description
Interface | Description |
---|---|
MainCmd_ifc |
The interface MainCmd_Ifc is an interface for all java programms to do something
in respect to command line things.
|
MainCmd.SetArgument | Deprecated
the newer form is
Arguments.SetArgument , use this for new development. |
MainCmdLogging_ifc |
This interface is the access to output log messages while running an application
to check its work.
|
Report |
This interface is the access to output Log- or report messages while running an application
to check its work.
|
Class | Description |
---|---|
FileWrite |
The class FileWrite is a secondary helper class, the exception handling is included.
|
MainCmd | Deprecated |
MainCmd.Argument | Deprecated
the newer form is
Arguments , use this for new development. |
MainCmdLoggingStream |
This class is a mainCmd logging output with adequate features as the
MainCmd class,
but independent of that. |
PrintStreamAdapter |
Simple adapter between given Appendable to required PrintStream.
|
PrintStreamAdapter.OutStream |
This class is used for all outputs to the
PrintStreamAdapter which are not
gathered by the overridden methods of PrintStream. |
PrintStreamBuffer |
This class contains three operations to replace
System.out System.err and System.in
with Appendable respectively CharSequence for in. |
PrintStreamBuffer.InStream | |
PrintStreamBuffer.OutStream |
This class is used for all outputs to the
PrintStreamAdapter which are not
gathered by the overridden methods of PrintStream. |
ReportWrapperLog |
This class adapts a Report output to the LogMessage or Message Dispatcher.
|
SampleCmdLine |
Sample for a main-class for a application using
MainCmd -super-class..... |
SampleCmdLine.Args |
This class holds the got arguments from command line.
|
SampleCmdLine.CmdLine |
The inner class CmdLine helps to evaluate the command line arguments
and show help messages on command line.
|
SampleCmdLine.UserMain |
This class represents a user's class.
|
Stringc |
Some static functions to convert strings,
usefull on C++-conversion
|