public abstract class

ConfigFile

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.config.ConfigFile

Class Overview

Represents a JIRA configuration file.

Summary

Nested Classes
class ConfigFile.ConfigFileException  
Constants
String ENTITIES_XML
Protected Constructors
ConfigFile(File file)
Public Methods
static ConfigFile create(File file)
File getFile()
Document readConfig()
void writeFile(Document document)
Protected Methods
abstract InputStream getInputStream(File file)
abstract OutputStream getOutputStream(File file)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String ENTITIES_XML

Constant Value: "entities.xml"

Protected Constructors

protected ConfigFile (File file)

Public Methods

public static ConfigFile create (File file)

public File getFile ()

public Document readConfig ()

public void writeFile (Document document)

Protected Methods

protected abstract InputStream getInputStream (File file)

Throws
IOException

protected abstract OutputStream getOutputStream (File file)

Throws
IOException