Class LabelValue

java.lang.Object
  extended by LabelValue

public class LabelValue
extends java.lang.Object

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 file
              
default values:
                NONE
              
error handling:
if the label does not exist or can not be parsed an error message is returned.

Since:
1.0

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

LabelValue

public LabelValue()
Method Detail

main

public static void main(java.lang.String[] args)