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
|
java.lang.String |
getLocalMavenRepository() |
java.lang.String[] |
getMavenRepositories() |
protected org.ops4j.util.property.PropertyResolver |
getPropertyResolver() |
MavenResolver |
getResolver() |
java.lang.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 java.lang.String[] |
toArray(java.lang.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 MavenResolver getResolver()
getResolver in interface Configurationpublic java.lang.String[] getMavenRepositories()
public java.lang.String getLocalMavenRepository()
public java.lang.String[] getSharedResourcePaths()
getSharedResourcePaths in interface Configurationprotected static java.lang.String[] toArray(java.lang.String text)
protected org.ops4j.util.property.PropertyResolver getPropertyResolver()
Copyright © 2014 Red Hat. All Rights Reserved.