Package org.easetech.easytest.io

Interface Summary
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 Summary
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 © 2013. All Rights Reserved.