Package net.orbyfied.j8.util.resource
Interface ResourceResolver
- All Known Implementing Classes:
ClassResourceResolver
public interface ResourceResolver
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanexistsSafe(URL url) getResourceFromPath(String path) static ResourceResolverbooleanisDirectorySafe(URL url) openOutputStream(URL url)
-
Field Details
-
FILE
-
-
Method Details
-
getResourceFromPath
- Throws:
MalformedURLException
-
existsSafe
-
isDirectorySafe
-
openOutputStream
- Throws:
IOException
-
inModule
-