| java.lang.Object | |
| ↳ | com.atlassian.confluence.it.resource.Classpath |
Provides access to resources on the integration test classpath.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a byte array with the data from a classpath resource.
| |||||||||||
Loads a resource from the classpath into a temporary file and returns that file.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a byte array with the data from a classpath resource.
| RuntimeException | if an error occurred loading the classpath resource |
|---|
Loads a resource from the classpath into a temporary file and returns that file.
| RuntimeException | if an error occurred copying the classpath resource to a temporary location |
|---|

