Jvmstat

sun.jvmstat.perfdata.monitor
Class AliasFileParser

java.lang.Object
  extended by sun.jvmstat.perfdata.monitor.AliasFileParser

public class AliasFileParser
extends Object

Class for parsing alias files. File format is expected to follow the following syntax: alias name [alias]* Java style comments can occur anywhere within the file.

Since:
1.5

Method Summary
 void parse(Map map)
          method to parse the given input file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public void parse(Map map)
           throws SyntaxException,
                  IOException
method to parse the given input file.

Throws:
SyntaxException
IOException

Jvmstat