Package org.codenarc.util.io
Interface Resource
-
- All Known Implementing Classes:
ClassPathResource
,UrlResource
public interface Resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
exists()
java.io.InputStream
getInputStream()
-