Package org.gmetrics.util.io
Interface ResourceFactory
-
- All Known Implementing Classes:
DefaultResourceFactory
public interface ResourceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
getResource(String path)
-
-
-
Method Detail
-
getResource
Resource getResource(String path) throws IOException
- Throws:
IOException
-
-