public class

AliasFileParser

extends Object
java.lang.Object
   ↳ sun.jvmstat.perfdata.monitor.AliasFileParser

Class Overview

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.

Summary

Public Methods
void parse(Map<StringArrayList<String>> map)
method to parse the given input file.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public void parse (Map<StringArrayList<String>> map)

method to parse the given input file.