Uses of Interface
org.hotswap.agent.util.spring.io.resource.InputStreamSource
-
Packages that use InputStreamSource Package Description org.hotswap.agent.util.spring.io.loader org.hotswap.agent.util.spring.io.resource -
-
Uses of InputStreamSource in org.hotswap.agent.util.spring.io.loader
Classes in org.hotswap.agent.util.spring.io.loader that implement InputStreamSource Modifier and Type Class Description protected static classDefaultResourceLoader.ClassPathContextResourceClassPathResource that explicitly expresses a context-relative path through implementing the ContextResource interface. -
Uses of InputStreamSource in org.hotswap.agent.util.spring.io.resource
Subinterfaces of InputStreamSource in org.hotswap.agent.util.spring.io.resource Modifier and Type Interface Description interfaceContextResourceExtended interface for a resource that is loaded from an enclosing 'context', e.g. from ajavax.servlet.ServletContextor ajavax.portlet.PortletContextbut also from plain classpath paths or relative file system paths (specified without an explicit prefix, hence applying relative to the localResourceLoader's context).interfaceResourceInterface for a resource descriptor that abstracts from the actual type of underlying resource, such as a file or class path resource.interfaceWritableResourceExtended interface for a resource that supports writing to it.Classes in org.hotswap.agent.util.spring.io.resource that implement InputStreamSource Modifier and Type Class Description classAbstractFileResolvingResourceAbstract base class for resources which resolve URLs into File references, such asUrlResourceorClassPathResource.classAbstractResourceConvenience base class forResourceimplementations, pre-implementing typical behavior.classClassPathResourceResourceimplementation for class path resources.classFileSystemResourceResourceimplementation forjava.io.Filehandles.classInputStreamResourceResourceimplementation for a givenInputStream.classPathResourceResourceimplementation forjava.nio.file.Pathhandles.classUrlResourceResourceimplementation forjava.net.URLlocators.classVfsResourceJBoss VFS basedResourceimplementation.
-