Uses of Class
io.smallrye.common.resource.Resource
-
Uses of Resource in io.smallrye.common.resource
Subclasses of Resource in io.smallrye.common.resourceModifier and TypeClassDescriptionfinal classA resource representing an entry in a JAR file.final classAn in-memory resource.final classA resource corresponding to aPath.final classA resource backed by a connection to a URL.Methods in io.smallrye.common.resource that return ResourceModifier and TypeMethodDescriptionJarFileResourceLoader.findResource(String path) PathResourceLoader.findResource(String path) ResourceLoader.findResource(String path) Find a resource from this loader.URLResourceLoader.findResource(String path) ResourceURLConnection.resource()Returns the resource associated with this connection (notnull).Methods in io.smallrye.common.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionJarFileResource.openDirectoryStream()PathResource.openDirectoryStream()Resource.openDirectoryStream()Open a directory stream to read the contents of this directory.Constructors in io.smallrye.common.resource with parameters of type ResourceModifierConstructorDescriptionJarFileResourceLoader(Resource resource) Construct a new instance from a JAR file contained within a resource.