Uses of Class
org.apache.log4j.lf5.util.Resource
-
Packages that use Resource Package Description org.apache.log4j.lf5.util -
-
Uses of Resource in org.apache.log4j.lf5.util
Methods in org.apache.log4j.lf5.util with parameters of type Resource Modifier and Type Method Description static java.io.InputStream
ResourceUtils. getResourceAsStream(java.lang.Object object, Resource resource)
Get the InputStream for this resource.static java.net.URL
ResourceUtils. getResourceAsURL(java.lang.Object object, Resource resource)
Get the URL for this resource.
-