public abstract class AbstractOpenshiftConfiguration extends Object implements IOpenShiftConfiguration
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractOpenshiftConfiguration.ConfigurationOptions |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_OPENSHIFT_TIMEOUT |
protected static String |
KEY_CLIENT_ID |
protected static String |
KEY_DISABLE_BAD_SSL_CIPHERS |
protected static String |
KEY_LIBRA_DOMAIN |
protected static String |
KEY_LIBRA_SERVER |
protected static String |
KEY_OPENSHIFT_BROKER_HOST |
protected static String |
KEY_OPENSHIFT_CLOUD_DOMAIN |
protected static String |
KEY_PASSWORD |
protected static String |
KEY_RHLOGIN |
protected static String |
KEY_TIMEOUT |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOpenshiftConfiguration() |
protected |
AbstractOpenshiftConfiguration(File file,
IOpenShiftConfiguration parentConfiguration) |
protected |
AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) |
protected static final String KEY_RHLOGIN
protected static final String KEY_LIBRA_SERVER
protected static final String KEY_LIBRA_DOMAIN
protected static final String KEY_PASSWORD
protected static final String KEY_CLIENT_ID
protected static final String KEY_OPENSHIFT_CLOUD_DOMAIN
protected static final String KEY_OPENSHIFT_BROKER_HOST
protected static final String KEY_TIMEOUT
protected static final String DEFAULT_OPENSHIFT_TIMEOUT
protected static final String KEY_DISABLE_BAD_SSL_CIPHERS
protected AbstractOpenshiftConfiguration()
throws FileNotFoundException,
IOException
FileNotFoundExceptionIOExceptionprotected AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected AbstractOpenshiftConfiguration(File file, IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected void initProperties(File file) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected void initProperties(Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected void initProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected Properties getProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionprotected File getFile()
public Properties getProperties()
getProperties in interface IOpenShiftConfigurationpublic void save()
throws IOException
IOExceptionpublic void setRhlogin(String rhlogin)
setRhlogin in interface IOpenShiftConfigurationpublic String getRhlogin()
getRhlogin in interface IOpenShiftConfigurationpublic void setLibraServer(String libraServer)
setLibraServer in interface IOpenShiftConfigurationpublic String getLibraServer()
getLibraServer in interface IOpenShiftConfigurationpublic void setLibraDomain(String libraDomain)
setLibraDomain in interface IOpenShiftConfigurationpublic String getLibraDomain()
getLibraDomain in interface IOpenShiftConfigurationpublic Integer getTimeout()
getTimeout in interface IOpenShiftConfigurationpublic String getPassword()
public String getClientId()
public AbstractOpenshiftConfiguration.ConfigurationOptions getDisableBadSSLCiphers()
getDisableBadSSLCiphers in interface IOpenShiftConfigurationpublic void setDisableBadSSLCiphers(AbstractOpenshiftConfiguration.ConfigurationOptions option)
setDisableBadSSLCiphers in interface IOpenShiftConfigurationpublic void setEnableSSLCertChecks(boolean doSSLChecks)
public boolean getProxySet()
public String getProxyHost()
public String getProxyPort()
Copyright © 2016 JBoss by Red Hat. All rights reserved.