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(java.lang.String path)
-
-
-
Method Detail
-
getResource
Resource getResource(java.lang.String path) throws java.io.IOException
- Throws:
java.io.IOException
-
-