public interface LauncherRunContext
Modifier and Type | Method and Description |
---|---|
Map<Integer,List<URL>> |
getBundleMap()
Bundle map, key is the start level, value is a list of files.
|
List<Object[]> |
getConfigurations()
List of configurations.
|
Map<String,String> |
getFrameworkProperties()
Map of framework properties to be set when the framework is created.
|
List<URL> |
getInstallableArtifacts()
List of installable artifacts.
|
org.slf4j.Logger |
getLogger()
Get the central logger
|
Map<String,String> getFrameworkProperties()
Map<Integer,List<URL>> getBundleMap()
List<Object[]> getConfigurations()
null
List<URL> getInstallableArtifacts()
org.slf4j.Logger getLogger()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.