Uses of Interface
org.wamblee.io.InputResource

Packages that use InputResource
org.wamblee.cache This package provides an interface for a cache together with several implementations. 
org.wamblee.io This package provides several support utilities for IO related functionality. 
 

Uses of InputResource in org.wamblee.cache
 

Constructors in org.wamblee.cache with parameters of type InputResource
EhCache(InputResource aResource, java.lang.String aCacheName)
          Constructs a cache based on EHCache.
 

Uses of InputResource in org.wamblee.io
 

Classes in org.wamblee.io that implement InputResource
 class ClassPathResource
          Represents an input resource in the classpath.
 class FileResource
          Resource implemention for reading from a file.
 class StreamResource
          Input resource based on an input stream.
 



Copyright © 2010. All Rights Reserved.