com.xebialabs.deployit.plugin.wls
Class WlsConventions

java.lang.Object
  extended by com.xebialabs.deployit.plugin.wls.WlsConventions

public final class WlsConventions
extends java.lang.Object

A factory for Deployit WLS conventions like library location paths etc.

TODO: Perhaps make this configurable, e.g. via Spring or the manifest.


Field Summary
private static java.lang.String CUSTOM_CONFIGURATION_PATTERN
           
private static java.lang.String CUSTOM_LIBRARY_PATTERN
           
private static java.lang.String FILESTORE_PATTERN
           
 
Constructor Summary
WlsConventions()
           
 
Method Summary
static java.lang.String getCustomConfigurationPath(WlsDomain domain, com.xebialabs.deployit.ci.Application app)
           
static java.lang.String getCustomLibraryPath(WlsDomain domain, com.xebialabs.deployit.ci.Application app)
           
static java.lang.String getFilestorePath(WlsDomain domain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUSTOM_LIBRARY_PATTERN

private static final java.lang.String CUSTOM_LIBRARY_PATTERN
See Also:
Constant Field Values

CUSTOM_CONFIGURATION_PATTERN

private static final java.lang.String CUSTOM_CONFIGURATION_PATTERN
See Also:
Constant Field Values

FILESTORE_PATTERN

private static final java.lang.String FILESTORE_PATTERN
See Also:
Constant Field Values
Constructor Detail

WlsConventions

public WlsConventions()
Method Detail

getCustomLibraryPath

public static java.lang.String getCustomLibraryPath(WlsDomain domain,
                                                    com.xebialabs.deployit.ci.Application app)

getCustomConfigurationPath

public static java.lang.String getCustomConfigurationPath(WlsDomain domain,
                                                          com.xebialabs.deployit.ci.Application app)

getFilestorePath

public static java.lang.String getFilestorePath(WlsDomain domain)


Copyright © 2010. All Rights Reserved.