org.codenarc.util.io
Interface Resource

All Known Implementing Classes:
ClassPathResource, UrlResource

public interface Resource


Method Summary
 boolean exists()
           
 InputStream getInputStream()
           
 

Method Detail

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

exists

boolean exists()


Copyright © 2012. All Rights Reserved.