See: Description
| Interface | Description |
|---|---|
| Resource |
Interface representing a generic Resource to be used by the EasyTest framework.
|
| ResourceLoader |
ResourceLoader interface consisting of methods to get hold of a
Resource object. |
| Class | Description |
|---|---|
| ClasspathResource |
An instance of
Resource interface for handling Classpath resources. |
| EmptyResource |
An empty implementation of the resource, useful in cases where the user loads the data from Java Class
and thus does not require to load a resource explicitly
|
| FileSystemResource |
A FileSystem based
Resource implementation. |
| ResourceLoaderStrategy |
Implementation of the
ResourceLoader that defines a strategy to load different types of resources based on
user provided values. |
| UrlResource |
A
Resource implementation for the URL based resources. |
Copyright © 2014. All rights reserved.