Uses of Interface
nl.basjes.parse.useragent.utils.springframework.core.io.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in nl.basjes.parse.useragent.utils.springframework.core.io
Classes in nl.basjes.parse.useragent.utils.springframework.core.io that implement ResourceModifier and TypeClassDescriptionclassAbstract base class for resources which resolve URLs into File references, such as {link UrlResource} or {link ClassPathResource}.classConvenience base class for {link Resource} implementations, pre-implementing typical behavior.class{link Resource} implementation for class path resources.protected static classClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface.class{link Resource} implementation forjava.io.Fileandjava.nio.file.Pathhandles with a file system target.classSubclass of {link UrlResource} which assumes file resolution, to the degree of implementing the {link WritableResource} interface for it.class{link Resource} implementation forjava.net.URLlocators.classJBoss VFS based {link Resource} implementation.Methods in nl.basjes.parse.useragent.utils.springframework.core.io that return ResourceModifier and TypeMethodDescriptionAbstractResource.createRelative(String relativePath) This implementation throws a FileNotFoundException, assuming that relative resources cannot be created for this resource.ClassPathResource.createRelative(String relativePath) This implementation creates a ClassPathResource, applying the given path relative to the path of the underlying resource of this descriptor.DefaultResourceLoader.ClassPathContextResource.createRelative(String relativePath) FileSystemResource.createRelative(String relativePath) This implementation creates a FileSystemResource, applying the given path relative to the path of the underlying file of this resource descriptor.FileUrlResource.createRelative(String relativePath) Resource.createRelative(String relativePath) Create a resource relative to this resource.UrlResource.createRelative(String relativePath) This implementation creates aUrlResource, delegating to {link #createRelativeURL(String)} for adapting the relative path.VfsResource.createRelative(String relativePath) DefaultResourceLoader.getResource(String location) ResourceLoader.getResource(String location) Return aResourcehandle for the specified resource location.protected ResourceDefaultResourceLoader.getResourceByPath(String path) Return a Resource handle for the resource at the given path.ProtocolResolver.resolve(String location, ResourceLoader resourceLoader) Resolve the given location against the given resource loader if this implementation's protocol matches. -
Uses of Resource in nl.basjes.parse.useragent.utils.springframework.core.io.support
Methods in nl.basjes.parse.useragent.utils.springframework.core.io.support that return ResourceModifier and TypeMethodDescriptionprotected ResourcePathMatchingResourcePatternResolver.convertClassLoaderURL(URL url) Convert the given URL as returned from the ClassLoader into a {link Resource}.protected Resource[]PathMatchingResourcePatternResolver.findAllClassPathResources(String location) Find all class location resources with the given location via the ClassLoader.protected Resource[]PathMatchingResourcePatternResolver.findPathMatchingResources(String locationPattern) Find all resources that match the given location pattern via the Ant-style PathMatcher.PathMatchingResourcePatternResolver.getResource(String location) Resource[]PathMatchingResourcePatternResolver.getResources(String locationPattern) Resource[]ResourcePatternResolver.getResources(String locationPattern) Resolve the given location pattern intoResourceobjects.protected ResourcePathMatchingResourcePatternResolver.resolveRootDirResource(Resource original) Resolve the specified resource for path matching.Methods in nl.basjes.parse.useragent.utils.springframework.core.io.support that return types with arguments of type ResourceModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.doFindAllClassPathResources(String path) Find all class location resources with the given path via the ClassLoader.PathMatchingResourcePatternResolver.doFindMatchingFileSystemResources(File rootDir, String subPattern) Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.PathMatchingResourcePatternResolver.doFindPathMatchingFileResources(Resource rootDirResource, String subPattern) Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(Resource rootDirResource, URL rootDirURL, String subPattern) Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.Methods in nl.basjes.parse.useragent.utils.springframework.core.io.support with parameters of type ResourceModifier and TypeMethodDescriptionPathMatchingResourcePatternResolver.doFindPathMatchingFileResources(Resource rootDirResource, String subPattern) Find all resources in the file system that match the given location pattern via the Ant-style PathMatcher.PathMatchingResourcePatternResolver.doFindPathMatchingJarResources(Resource rootDirResource, URL rootDirURL, String subPattern) Find all resources in jar files that match the given location pattern via the Ant-style PathMatcher.protected ResourcePathMatchingResourcePatternResolver.resolveRootDirResource(Resource original) Resolve the specified resource for path matching.Method parameters in nl.basjes.parse.useragent.utils.springframework.core.io.support with type arguments of type ResourceModifier and TypeMethodDescriptionprotected voidPathMatchingResourcePatternResolver.addAllClassLoaderJarRoots(ClassLoader classLoader, Set<Resource> result) Search all {link URLClassLoader} URLs for jar file references and add them to the given set of resources in the form of pointers to the root of the jar file content.protected voidPathMatchingResourcePatternResolver.addClassPathManifestEntries(Set<Resource> result) Determine jar file references from the "java.class.path." manifest property and add them to the given set of resources in the form of pointers to the root of the jar file content.