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
FileNotFoundException
IOException
protected AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected AbstractOpenshiftConfiguration(File file, IOpenShiftConfiguration parentConfiguration) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(File file) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected void initProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected Properties getProperties(File file, Properties defaultProperties) throws FileNotFoundException, IOException
FileNotFoundException
IOException
protected File getFile()
public Properties getProperties()
getProperties
in interface IOpenShiftConfiguration
public void save() throws IOException
IOException
public void setRhlogin(String rhlogin)
setRhlogin
in interface IOpenShiftConfiguration
public String getRhlogin()
getRhlogin
in interface IOpenShiftConfiguration
public void setLibraServer(String libraServer)
setLibraServer
in interface IOpenShiftConfiguration
public String getLibraServer()
getLibraServer
in interface IOpenShiftConfiguration
public void setLibraDomain(String libraDomain)
setLibraDomain
in interface IOpenShiftConfiguration
public String getLibraDomain()
getLibraDomain
in interface IOpenShiftConfiguration
public 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.