siouxsie.hivemind
Class PropertyFileSymbolSource

java.lang.Object
  extended by siouxsie.hivemind.PropertyFileSymbolSource
All Implemented Interfaces:
org.apache.hivemind.SymbolSource

public class PropertyFileSymbolSource
extends java.lang.Object
implements org.apache.hivemind.SymbolSource

Version:
$Id$
Author:
Arnaud Cogoluegnes

Constructor Summary
PropertyFileSymbolSource()
           
 
Method Summary
 java.util.List<PropertyFileContribution> getContributions()
           
 void init()
           
 void setContributions(java.util.List<PropertyFileContribution> contributions)
           
 java.lang.String valueForSymbol(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyFileSymbolSource

public PropertyFileSymbolSource()
Method Detail

getContributions

public java.util.List<PropertyFileContribution> getContributions()

setContributions

public void setContributions(java.util.List<PropertyFileContribution> contributions)

valueForSymbol

public java.lang.String valueForSymbol(java.lang.String name)
Specified by:
valueForSymbol in interface org.apache.hivemind.SymbolSource

init

public void init()


Copyright © 2006-2008 null. All Rights Reserved.