Groovy Documentation

Package groovy.org.codenarc.util.io

 

Interface Summary
Resource Defines the interface for objects that represent a resource (e.g. a file) and provide access to its InputStream.
ResourceFactory Defines the interface for factory objects that create/return Resource instances.
 


Class Summary
ClassPathResource A Resource implementation for resources available on the classpath.
DefaultResourceFactory Default implementation of ResourceFactory.
UrlResource A Resource implementation based on java.net.URL.
 


Groovy Documentation