org.modelbus.core.lib.util
Class AbstractLocationsUtil

java.lang.Object
  extended by org.modelbus.core.lib.util.AbstractLocationsUtil
Direct Known Subclasses:
DefaultLocationsUtil

public abstract class AbstractLocationsUtil
extends java.lang.Object


Constructor Summary
AbstractLocationsUtil()
           
 
Method Summary
 void disableProxy()
           
 void enableProxy()
           
 URI getConfiguredProxyURI(boolean tryToUseSSL)
           
static java.lang.String getExternalLocation(java.lang.String uri)
           
 java.lang.String getGitLocation()
           
 java.lang.String getHostAddress(boolean tryToUseSSL)
           
 java.lang.String getLocationPropertyValue(java.lang.String locationName, java.lang.String propertyName)
           
abstract  java.lang.String getModelBusConfigModelFolderLocation()
           
abstract  java.lang.String getModelBusConfigModelLocation()
           
 java.lang.String getNotificationLocation()
           
 URI getProxyURI(boolean tryToUseSSL)
           
 java.lang.String getRepositoryLocation()
           
 java.lang.String getRepositoryLocation(boolean tryToUseSSL)
           
abstract  java.lang.String getSecureRepositoryLocation()
           
 java.lang.String getSVNLocation()
           
static void setupSSLConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLocationsUtil

public AbstractLocationsUtil()
Method Detail

getSVNLocation

public java.lang.String getSVNLocation()

getGitLocation

public java.lang.String getGitLocation()

getNotificationLocation

public java.lang.String getNotificationLocation()

getExternalLocation

public static final java.lang.String getExternalLocation(java.lang.String uri)

setupSSLConnection

public static void setupSSLConnection()
                               throws ModelBusException
Throws:
ModelBusException

getRepositoryLocation

public java.lang.String getRepositoryLocation()

getRepositoryLocation

public java.lang.String getRepositoryLocation(boolean tryToUseSSL)

getProxyURI

public URI getProxyURI(boolean tryToUseSSL)

getConfiguredProxyURI

public URI getConfiguredProxyURI(boolean tryToUseSSL)

disableProxy

public void disableProxy()

enableProxy

public void enableProxy()

getHostAddress

public java.lang.String getHostAddress(boolean tryToUseSSL)

getLocationPropertyValue

public java.lang.String getLocationPropertyValue(java.lang.String locationName,
                                                 java.lang.String propertyName)

getSecureRepositoryLocation

public abstract java.lang.String getSecureRepositoryLocation()

getModelBusConfigModelFolderLocation

public abstract java.lang.String getModelBusConfigModelFolderLocation()

getModelBusConfigModelLocation

public abstract java.lang.String getModelBusConfigModelLocation()