Uses of Class
org.apache.creadur.whisker.app.StreamableResource
Packages that use StreamableResource
Package
Description
High level application components.
Ways to load resources.
-
Uses of StreamableResource in org.apache.creadur.whisker.app
Methods in org.apache.creadur.whisker.app that return StreamableResourceMethods in org.apache.creadur.whisker.app with parameters of type StreamableResourceModifier and TypeMethodDescriptionfinal WhiskerWhisker.setLicenseDescriptor(StreamableResource licenseDescriptor) Sets meta-data describing the source licensing. -
Uses of StreamableResource in org.apache.creadur.whisker.app.load
Subclasses of StreamableResource in org.apache.creadur.whisker.app.loadModifier and TypeClassDescriptionfinal classStreams, on demand, the contents of a resource located on the class path.final classStreams, on demand, the contents of a file identified by a full file name, including path.final classStreams the contents of a file.Methods in org.apache.creadur.whisker.app.load that return StreamableResourceModifier and TypeMethodDescriptionStreamableResourceFactory.streamFromClassPathResource(String name) Builds instance that streams, on demand, from resource on the class path.StreamableResourceFactory.streamFromFileResource(File file) Builds instance that streams, on demand, from resource stored in the file system.StreamableResourceFactory.streamFromFileResource(String fileName) Builds instance that streams, on demand, from resource stored in the file system.StreamableResourceFactory.streamFromResource(String resourceName) When the resource is found on the classpath, builds an instance that streams, on demand, from the classpath.