org.drools.guvnor.server.ruleeditor.springcontext
Class SpringContextElementsManager

java.lang.Object
  extended by org.drools.guvnor.server.ruleeditor.springcontext.SpringContextElementsManager

public class SpringContextElementsManager
extends Object


Field Summary
static String SPRING_CONTEXT_ELEMENTS_PROPERTIES
           
 
Method Summary
 Set<String> getElementNames()
           
 Map<String,String> getElements()
           
 String getElementValue(String elementName)
           
static SpringContextElementsManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPRING_CONTEXT_ELEMENTS_PROPERTIES

public static String SPRING_CONTEXT_ELEMENTS_PROPERTIES
Method Detail

getInstance

public static SpringContextElementsManager getInstance()
                                                throws IOException
Throws:
IOException

getElementNames

public Set<String> getElementNames()

getElementValue

public String getElementValue(String elementName)

getElements

public Map<String,String> getElements()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.