public class ResourceHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
loaderName |
protected String |
location |
protected String |
xmlFilename |
| Constructor and Description |
|---|
ResourceHandler(String xmlFilename,
Element element) |
ResourceHandler(String xmlFilename,
String loaderName,
String location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Document |
getDocument() |
String |
getFullLocation() |
String |
getLoaderName() |
String |
getLocation() |
InputStream |
getStream() |
int |
hashCode() |
boolean |
isFileResource() |
String |
toString() |
protected String xmlFilename
protected String loaderName
protected String location
public String getLoaderName()
public String getLocation()
public Document getDocument() throws GenericConfigException
GenericConfigExceptionpublic InputStream getStream() throws GenericConfigException
GenericConfigExceptionpublic boolean isFileResource()
throws GenericConfigException
GenericConfigExceptionpublic String getFullLocation() throws GenericConfigException
GenericConfigExceptionCopyright © 2018 Atlassian. All rights reserved.