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 record
ResourceFactory.SuffixedTextResourceFactory<T,
R extends TextResource<? extends Nature>> Classes in lib.aide.resource.content that implement TextResourceModifier and TypeClassDescriptionclass
class
class
class
MarkdownResource<F,
N extends FrontmatterNature<F>> class
MdxResource<F,
N extends FrontmatterNature<F>> class
Fields 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_MAP
Methods 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.