org.apache.aries.application.runtime.framework.config
Class BundleFrameworkConfigurationImpl

java.lang.Object
  extended by org.apache.aries.application.runtime.framework.config.BundleFrameworkConfigurationImpl
All Implemented Interfaces:
BundleFrameworkConfiguration

public class BundleFrameworkConfigurationImpl
extends Object
implements BundleFrameworkConfiguration


Constructor Summary
BundleFrameworkConfigurationImpl(String frameworkId, Properties frameworkConfig, Properties frameworkBundleManifest)
           
 
Method Summary
 String getFrameworkID()
           
 Properties getFrameworkManifest()
           
 Properties getFrameworkProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BundleFrameworkConfigurationImpl

public BundleFrameworkConfigurationImpl(String frameworkId,
                                        Properties frameworkConfig,
                                        Properties frameworkBundleManifest)
Method Detail

getFrameworkID

public String getFrameworkID()
Specified by:
getFrameworkID in interface BundleFrameworkConfiguration

getFrameworkManifest

public Properties getFrameworkManifest()
Specified by:
getFrameworkManifest in interface BundleFrameworkConfiguration

getFrameworkProperties

public Properties getFrameworkProperties()
Specified by:
getFrameworkProperties in interface BundleFrameworkConfiguration


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.