public abstract class AbstractOpenshiftConfiguration extends Object implements IOpenShiftConfiguration
| Modifier and Type | Field and Description |
|---|---|
protected static String |
KEY_CLIENT_ID |
protected static String |
KEY_LIBRA_DOMAIN |
protected static String |
KEY_LIBRA_SERVER |
protected static String |
KEY_PASSWORD |
protected static String |
KEY_RHLOGIN |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOpenshiftConfiguration() |
protected |
AbstractOpenshiftConfiguration(File file,
IOpenShiftConfiguration parentConfiguration) |
protected |
AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ensureIsSingleQuoted(String value) |
String |
getClientId() |
protected File |
getFile() |
String |
getLibraDomain() |
String |
getLibraServer() |
String |
getPassword() |
Properties |
getProperties() |
protected Properties |
getProperties(File file,
Properties defaultProperties) |
String |
getProxyHost() |
String |
getProxyPort() |
boolean |
getProxySet() |
String |
getRhlogin() |
protected void |
initProperties(File file) |
protected void |
initProperties(File file,
Properties defaultProperties) |
protected void |
initProperties(Properties defaultProperties) |
protected String |
removeQuotes(String value) |
void |
save() |
void |
setEnableSSLCertChecks(boolean doSSLChecks) |
void |
setLibraDomain(String libraDomain) |
void |
setLibraServer(String libraServer) |
void |
setRhlogin(String rhlogin) |
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 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 String getPassword()
public String getClientId()
public void setEnableSSLCertChecks(boolean doSSLChecks)
public boolean getProxySet()
public String getProxyHost()
public String getProxyPort()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.