OpenShift Java Client 2.5.0.Final

com.openshift.client.configuration
Class AbstractOpenshiftConfiguration

java.lang.Object
  extended by 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

Field Summary
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
           
 
Constructor Summary
protected AbstractOpenshiftConfiguration()
           
protected AbstractOpenshiftConfiguration(File file, IOpenShiftConfiguration parentConfiguration)
           
protected AbstractOpenshiftConfiguration(IOpenShiftConfiguration parentConfiguration)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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
Method Detail

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()

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.