com.atlassian.crowd.acceptance.utils
Class TestHomeLocator

java.lang.Object
  extended by com.atlassian.crowd.acceptance.utils.TestHomeLocator
All Implemented Interfaces:
com.atlassian.config.HomeLocator

public class TestHomeLocator
extends Object
implements com.atlassian.config.HomeLocator

An implementation of HomeLocator that is used for acceptance tests that depend on having a Crowd home directory. It points to a temporary directory.


Constructor Summary
TestHomeLocator()
           
 
Method Summary
 String getConfigFileName()
           
 String getHomePath()
           
 void lookupServletHomeProperty(javax.servlet.ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHomeLocator

public TestHomeLocator()
Method Detail

getHomePath

public String getHomePath()
Specified by:
getHomePath in interface com.atlassian.config.HomeLocator

getConfigFileName

public String getConfigFileName()
Specified by:
getConfigFileName in interface com.atlassian.config.HomeLocator

lookupServletHomeProperty

public void lookupServletHomeProperty(javax.servlet.ServletContext context)
Specified by:
lookupServletHomeProperty in interface com.atlassian.config.HomeLocator


Copyright © 2014 Atlassian. All Rights Reserved.