Uses of Interface
org.hotswap.agent.util.spring.io.loader.ResourceLoader
-
Packages that use ResourceLoader Package Description org.hotswap.agent.util.spring.io.loader org.hotswap.agent.util.spring.path -
-
Uses of ResourceLoader in org.hotswap.agent.util.spring.io.loader
Classes in org.hotswap.agent.util.spring.io.loader that implement ResourceLoader Modifier and Type Class Description classClassRelativeResourceLoaderResourceLoaderimplementation that interprets plain resource paths as relative to a givenjava.lang.Class.classDefaultResourceLoaderDefault implementation of theResourceLoaderinterface.classFileSystemResourceLoaderResourceLoaderimplementation that resolves plain paths as file system resources rather than as class path resources (the latter isDefaultResourceLoader's default strategy). -
Uses of ResourceLoader in org.hotswap.agent.util.spring.path
Subinterfaces of ResourceLoader in org.hotswap.agent.util.spring.path Modifier and Type Interface Description interfaceResourcePatternResolverStrategy interface for resolving a location pattern (for example, an Ant-style path pattern) into Resource objects.Classes in org.hotswap.agent.util.spring.path that implement ResourceLoader Modifier and Type Class Description classPathMatchingResourcePatternResolverAResourcePatternResolverimplementation that is able to resolve a specified resource location path into one or more matching Resources.Methods in org.hotswap.agent.util.spring.path that return ResourceLoader Modifier and Type Method Description ResourceLoaderPathMatchingResourcePatternResolver. getResourceLoader()Return the ResourceLoader that this pattern resolver works with.Constructors in org.hotswap.agent.util.spring.path with parameters of type ResourceLoader Constructor Description PathMatchingResourcePatternResolver(ResourceLoader resourceLoader)Create a new PathMatchingResourcePatternResolver.
-