Groovy Documentation

org.gmetrics.util.io
Interface ResourceFactory


interface ResourceFactory

Defines the interface for factory objects that create/return Resource instances.

This is an internal class and its API is subject to change.

author:
Chris Mair
version:
$Revision: 24 $ - $Date: 2009-12-10 21:17:05 -0500 (Thu, 10 Dec 2009) $


Method Summary
Resource getResource(String path)

Return a Resource instance suitable for the specified path.

 

Method Detail

getResource

Resource getResource(String path)
Return a Resource instance suitable for the specified path.
param:
path - the path to the resource. This may be optionally prefixed by
throws:
IOException - if an error occurs opening the InputStream


 

Groovy Documentation