public final class

FuncTestsXmlResources

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.config.xml.FuncTestsXmlResources

Class Overview

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

Summary

Public Methods
static File getXmlLocation()
static File getXmlLocation(String markerResourceName)
Get XML location for a given marker resource identified by markerResourceName
Protected Methods
Object clone()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static File 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

Protected Methods

protected Object clone ()