Uses of Interface
lib.aide.resource.TextResource
Packages that use TextResource
-
Uses of TextResource in lib.aide.resource.content
Classes in lib.aide.resource.content with type parameters of type TextResourceModifier and TypeClassDescriptionstatic final recordResourceFactory.SuffixedTextResourceFactory<T,R extends TextResource<? extends Nature>> Classes in lib.aide.resource.content that implement TextResourceModifier and TypeClassDescriptionclassclassclassclassMarkdownResource<F,N extends FrontmatterNature<F>> classMdxResource<F,N extends FrontmatterNature<F>> classFields in lib.aide.resource.content with type parameters of type TextResourceModifier and TypeFieldDescriptionstatic final Map<String, BiFunction<Supplier<String>, Optional<PathSuffixes>, TextResource<? extends Nature>>> ResourceFactory.SuffixedTextResourceFactory.SUFFIXED_RF_MAPMethods in lib.aide.resource.content that return types with arguments of type TextResourceModifier and TypeMethodDescriptionResourceFactory.textResourceFactoryFromSuffix(String suffixesSrc, Optional<Pattern> delimiter) Detect the nature of a resource from the suffixes supplied.Optional<TextResource<? extends Nature>> ResourceFactory.textResourceFromSuffix(String suffixesSrc, Supplier<String> content, Optional<Pattern> delimiter) Determine if a suffix has a text resource factory and return an Optional.