Uses of Interface
org.apache.juneau.cp.FileFinder
Packages that use FileFinder
Package
Description
Classpath Utilities
REST Static Files Support
REST Swagger Support
HTML Widget API
-
Uses of FileFinder in org.apache.juneau.cp
Classes in org.apache.juneau.cp that implement FileFinderModifier and TypeClassDescriptionclassBasic implementation of aFileFinder.static classRepresents no file finderMethods in org.apache.juneau.cp that return FileFinder -
Uses of FileFinder in org.apache.juneau.rest.staticfile
Subinterfaces of FileFinder in org.apache.juneau.rest.staticfileModifier and TypeInterfaceDescriptioninterfaceAPI for retrieving localized static files from either the classpath or file system.Classes in org.apache.juneau.rest.staticfile that implement FileFinderModifier and TypeClassDescriptionclassAPI for retrieving localized static files from either the classpath or file system.static classRepresents no static files -
Uses of FileFinder in org.apache.juneau.rest.swagger
Methods in org.apache.juneau.rest.swagger that return types with arguments of type FileFinderModifier and TypeMethodDescriptionSwaggerProvider.Builder.fileFinder()Returns the file finder in this builder if it's been specified.Method parameters in org.apache.juneau.rest.swagger with type arguments of type FileFinderModifier and TypeMethodDescriptionSwaggerProvider.Builder.fileFinder(Supplier<FileFinder> value) Specifies the file-finder to use for theSwaggerProviderobject.Constructors in org.apache.juneau.rest.swagger with parameters of type FileFinderModifierConstructorDescriptionBasicSwaggerProviderSession(RestContext context, Locale locale, FileFinder ff, Messages messages, VarResolverSession vr, JsonSchemaGeneratorSession js) Constructor. -
Uses of FileFinder in org.apache.juneau.rest.widget
Methods in org.apache.juneau.rest.widget that return FileFinderModifier and TypeMethodDescriptionprotected FileFinderWidget.getFileFinder(RestRequest req) Returns the file finder to use for finding files on the file system.