public class ConfigurationImpl extends org.ops4j.util.property.PropertyStore implements Configuration
| Constructor and Description |
|---|
ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCertificateCheck()
Returns true if the certificate should be checked on SSL connection, false otherwise
|
String |
getLocalMavenRepository() |
String[] |
getMavenRepositories() |
protected org.ops4j.util.property.PropertyResolver |
getPropertyResolver() |
io.fabric8.fab.MavenResolver |
getResolver() |
String[] |
getSharedResourcePaths() |
boolean |
isInstallMissingDependencies()
Returns whether or not the shared dependencies should be installed
|
static ConfigurationImpl |
newInstance() |
static ConfigurationImpl |
newInstance(org.osgi.service.cm.ConfigurationAdmin admin,
org.osgi.framework.BundleContext context) |
protected static String[] |
toArray(String text) |
public ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
public static ConfigurationImpl newInstance()
public static ConfigurationImpl newInstance(org.osgi.service.cm.ConfigurationAdmin admin, org.osgi.framework.BundleContext context)
public boolean getCertificateCheck()
getCertificateCheck in interface Configurationpublic boolean isInstallMissingDependencies()
isInstallMissingDependencies in interface Configurationpublic io.fabric8.fab.MavenResolver getResolver()
getResolver in interface Configurationpublic String[] getMavenRepositories()
public String getLocalMavenRepository()
public String[] getSharedResourcePaths()
getSharedResourcePaths in interface Configurationprotected org.ops4j.util.property.PropertyResolver getPropertyResolver()
Copyright © 2011–2014 Red Hat. All rights reserved.