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:
org.apache.aries.application.management.spi.framework.BundleFrameworkConfiguration

public class BundleFrameworkConfigurationImpl
extends Object
implements org.apache.aries.application.management.spi.framework.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 org.apache.aries.application.management.spi.framework.BundleFrameworkConfiguration

getFrameworkManifest

public Properties getFrameworkManifest()
Specified by:
getFrameworkManifest in interface org.apache.aries.application.management.spi.framework.BundleFrameworkConfiguration

getFrameworkProperties

public Properties getFrameworkProperties()
Specified by:
getFrameworkProperties in interface org.apache.aries.application.management.spi.framework.BundleFrameworkConfiguration


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