org.opennms.core.utils
Class MatchTable

java.lang.Object
  extended by org.opennms.core.utils.MatchTable
All Implemented Interfaces:
PropertiesUtils.SymbolTable

public class MatchTable
extends Object
implements PropertiesUtils.SymbolTable


Constructor Summary
MatchTable(Matcher m)
          Constructor for MatchTable.
 
Method Summary
 String getSymbolValue(String symbol)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchTable

public MatchTable(Matcher m)

Constructor for MatchTable.

Parameters:
m - a Matcher object.
Method Detail

getSymbolValue

public String getSymbolValue(String symbol)

Specified by:
getSymbolValue in interface PropertiesUtils.SymbolTable


Copyright © 2011. All Rights Reserved.