org.rhq.enterprise.gui.configuration.resource
Class RawConfigDirectory

java.lang.Object
  extended by org.rhq.enterprise.gui.configuration.resource.RawConfigDirectory

public class RawConfigDirectory
extends Object


Constructor Summary
RawConfigDirectory()
           
 
Method Summary
 void addRawConfig(org.rhq.core.domain.configuration.RawConfiguration rawConfig)
           
 String getPath()
           
 List<RawConfigUIBean> getRawConfigUIBeans()
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawConfigDirectory

public RawConfigDirectory()
Method Detail

getPath

public String getPath()

setPath

public void setPath(String path)

getRawConfigUIBeans

public List<RawConfigUIBean> getRawConfigUIBeans()

addRawConfig

public void addRawConfig(org.rhq.core.domain.configuration.RawConfiguration rawConfig)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.