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


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
 

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-2012 JBoss by Red Hat. All Rights Reserved.