com.openshift.client.configuration
Class AbstractOpenshiftConfiguration
java.lang.Object
com.openshift.client.configuration.AbstractOpenshiftConfiguration
- All Implemented Interfaces:
- IOpenShiftConfiguration
- Direct Known Subclasses:
- DefaultConfiguration, OpenShiftConfiguration, SystemConfiguration, SystemProperties, UserConfiguration
public abstract class AbstractOpenshiftConfiguration
- extends Object
- implements IOpenShiftConfiguration
- Author:
- André Dietisheim
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_RHLOGIN
protected static final String KEY_RHLOGIN
- See Also:
- Constant Field Values
KEY_LIBRA_SERVER
protected static final String KEY_LIBRA_SERVER
- See Also:
- Constant Field Values
KEY_LIBRA_DOMAIN
protected static final String KEY_LIBRA_DOMAIN
- See Also:
- Constant Field Values
KEY_PASSWORD
protected static final String KEY_PASSWORD
- See Also:
- Constant Field Values
KEY_CLIENT_ID
protected static final String KEY_CLIENT_ID
- See Also:
- Constant Field Values
AbstractOpenshiftConfiguration
protected AbstractOpenshiftConfiguration()
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
AbstractOpenshiftConfiguration
protected AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
AbstractOpenshiftConfiguration
protected AbstractOpenshiftConfiguration(File file,
IOpenShiftConfiguration parentConfiguration)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
initProperties
protected void initProperties(File file)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
initProperties
protected void initProperties(Properties defaultProperties)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
initProperties
protected void initProperties(File file,
Properties defaultProperties)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
getProperties
protected Properties getProperties(File file,
Properties defaultProperties)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
getFile
protected File getFile()
getProperties
public Properties getProperties()
- Specified by:
getProperties
in interface IOpenShiftConfiguration
save
public void save()
throws IOException
- Throws:
IOException
setRhlogin
public void setRhlogin(String rhlogin)
- Specified by:
setRhlogin
in interface IOpenShiftConfiguration
getRhlogin
public String getRhlogin()
- Specified by:
getRhlogin
in interface IOpenShiftConfiguration
setLibraServer
public void setLibraServer(String libraServer)
- Specified by:
setLibraServer
in interface IOpenShiftConfiguration
getLibraServer
public String getLibraServer()
- Specified by:
getLibraServer
in interface IOpenShiftConfiguration
setLibraDomain
public void setLibraDomain(String libraDomain)
- Specified by:
setLibraDomain
in interface IOpenShiftConfiguration
getLibraDomain
public String getLibraDomain()
- Specified by:
getLibraDomain
in interface IOpenShiftConfiguration
ensureIsSingleQuoted
protected String ensureIsSingleQuoted(String value)
removeQuotes
protected String removeQuotes(String value)
getPassword
public String getPassword()
getClientId
public String getClientId()
setEnableSSLCertChecks
public void setEnableSSLCertChecks(boolean doSSLChecks)
getProxySet
public boolean getProxySet()
getProxyHost
public String getProxyHost()
getProxyPort
public String getProxyPort()
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.