|
|||||||||
| Home >> All >> org >> edelbyte >> [ util overview ] | PREV NEXT | ||||||||
B
- bBetweenCheckEnabled - Variable in class org.edelbyte.util.UnixCfgParser
- Field holding the activation status of the Between Check
mechanism (default is
false).
C
- COMMENT_TOKEN - Static variable in class org.edelbyte.util.UnixCfgParser
- Constant holding the token used for the comment detection within the stream.
- CONTINUATION_TOKEN - Static variable in class org.edelbyte.util.UnixCfgParser
- Constant holding the token used for the line continuation detection within the stream.
E
- EQUALS_TOKEN - Static variable in class org.edelbyte.util.UnixCfgParser
- Constant holding the token used for the key and value pair separation within the stream.
G
- getBetweenBeginToken() - Method in class org.edelbyte.util.UnixCfgParser
- Returns the token, which indicates the beginning of the
key and value pairs part
(from the
UnixCfgParser.oBetweenBeginToken55 field). - getBetweenEndToken() - Method in class org.edelbyte.util.UnixCfgParser
- Returns the token, which indicates the end of the
key and value pairs part
(from the
UnixCfgParser.oBetweenEndToken55 field). - getOsFamily() - Static method in class org.edelbyte.util.System
- Detects and returns the operating system family.
Background: The detection is done by interpreting the value ofjava.lang.System.getProperty("os.name");
I
- isBetweenCheckEnabled() - Method in class org.edelbyte.util.UnixCfgParser
- Returns
truefor the case, that the Between Check mechanism is active.
The Between Check mechanism ensures, that there are key and value pairs between the so called BetweenBegin and BetweenEnd tokens (seeUnixCfgParser.getBetweenBeginToken()55 andUnixCfgParser.getBetweenEndToken()55 ) only.
O
- OS_FAMILY_UNIX - Static variable in class org.edelbyte.util.System
- Constant standing for the Unix operating systems, like IBM's AIX, Linux, Sun Solaris and others.
- OS_FAMILY_WINTEL - Static variable in class org.edelbyte.util.System
- Constant standing for all DOS succession operating systems, like the Microsoft Windows family and IBM's OS/2.
- oBetweenBeginToken - Variable in class org.edelbyte.util.UnixCfgParser
- Field holding the token, which indicates the beginning of the key and value pairs part of the stream.
- oBetweenEndToken - Variable in class org.edelbyte.util.UnixCfgParser
- Field holding the token, which indicates the end of the key and value pairs part of the stream.
- org.edelbyte.util - package org.edelbyte.util
P
- parse(BufferedReader) - Method in class org.edelbyte.util.UnixCfgParser
- Reads key and value pairs from a
java.io.BufferedReader(or one of its subclasses).
The parser reads the stream line wise using thereadLine()method of the object given by theoReaderparameter. - print(String) - Static method in class org.edelbyte.util.Trace
- println(String) - Static method in class org.edelbyte.util.Trace
S
- System - class org.edelbyte.util.System.
- The
Systemclass provides operating system related stuff. - System() - Constructor for class org.edelbyte.util.System
- Private declared Constructor, preventing the instantiation
of the
Systemclass. - setBetweenBeginToken(String) - Method in class org.edelbyte.util.UnixCfgParser
- Set a alternative value for the BetweenBegin token, which is used by the Between Check mechanism.
- setBetweenCheckEnabled(boolean) - Method in class org.edelbyte.util.UnixCfgParser
- Enables or disables the Between Check mechanism while parsing the
stream.
The Between Check mechanism ensures, that there are key and value pairs between the so called BetweenBegin and BetweenEnd tokens (seeUnixCfgParser.getBetweenBeginToken()55 andUnixCfgParser.getBetweenEndToken()55 ) only. - setBetweenEndToken(String) - Method in class org.edelbyte.util.UnixCfgParser
- Set a alternative value for the BetweenEnd token, which is used by the Between Check mechanism.
T
- TRACE_TOKEN - Static variable in class org.edelbyte.util.Trace
- Trace - class org.edelbyte.util.Trace.
- Trace() - Constructor for class org.edelbyte.util.Trace
U
- UnixCfgParser - class org.edelbyte.util.UnixCfgParser.
- A basic Unix configuration file parser.
- UnixCfgParser() - Constructor for class org.edelbyte.util.UnixCfgParser
- Creates a new instance of this class.
- UnknownValueException - exception org.edelbyte.util.UnknownValueException.
- Checked exception thrown in cases where no useful return code can be provided / returned.
- UnknownValueException() - Constructor for class org.edelbyte.util.UnknownValueException
- Constructs an UnknownValueException with no detailed message.
- UnknownValueException(String) - Constructor for class org.edelbyte.util.UnknownValueException
- Constructs an UnknownValueException with the specified detailed message.
B C E G I O P S T U
|
|||||||||
| Home >> All >> org >> edelbyte >> [ util overview ] | PREV NEXT | ||||||||