|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object LabelValue
public class LabelValue
LabelValue.java July 22, 2003
LabelValue is a program that returns every item in the label as a value of
the following type:
$KEYWORD_OCCURENCE = VALUE
Where the keyword is the keyword in the label. The occurence is the
number of the object the keyword occurs in.
parameters are:
LABEL The complete path of the label filedefault values:
NONEerror handling:
if the label does not exist or can not be parsed an error message is returned.
Constructor Summary | |
---|---|
LabelValue()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelValue()
Method Detail |
---|
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |