com.atlassian.jira.functest.config.xml
Class FuncTestsXmlResources

java.lang.Object
  extended by com.atlassian.jira.functest.config.xml.FuncTestsXmlResources

public final class FuncTestsXmlResources
extends Object

Provides file system location of the XML resources for func-tests by reading from classpath. This will only work when the XMLs are stored in a class directory (as opposed to a JAR).

Since:
v6.0

Method Summary
protected  Object clone()
           
static File getXmlLocation()
           
static File getXmlLocation(String markerResourceName)
          Get XML location for a given marker resource identified by markerResourceName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getXmlLocation

public static File getXmlLocation()

getXmlLocation

public static File getXmlLocation(String markerResourceName)
Get XML location for a given marker resource identified by markerResourceName

Parameters:
markerResourceName - name of the resource to use for identifying XML resource directory
Returns:
file representing the XML resource directory


Copyright © 2002-2014 Atlassian. All Rights Reserved.