Uses of Record Class
lib.aide.paths.PathSuffixes
Packages that use PathSuffixes
-
Uses of PathSuffixes in lib.aide.resource.content
Fields in lib.aide.resource.content with type parameters of type PathSuffixesModifier 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 PathSuffixesModifier and TypeMethodDescriptionResourceFactory.SuffixedResourceFactory.suffixes()
Returns the value of thesuffixes
record component.ResourceFactory.SuffixedTextResourceFactory.suffixes()
Returns the value of thesuffixes
record component.Methods in lib.aide.resource.content that return types with arguments of type PathSuffixesModifier and TypeMethodDescriptionResourceFactory.SuffixedResourceFactory.resourceFactory()
Returns the value of theresourceFactory
record component.ResourceFactory.SuffixedTextResourceFactory.resourceFactory()
Returns the value of theresourceFactory
record component.EmptyResource.suffixes()
ExceptionResource.suffixes()
JsonResource.suffixes()
MarkdownResource.suffixes()
MdxResource.suffixes()
YamlResource.suffixes()
Constructors in lib.aide.resource.content with parameters of type PathSuffixesModifierConstructorDescriptionSuffixedResourceFactory
(BiFunction<Supplier<T>, Optional<PathSuffixes>, R> resourceFactory, PathSuffixes suffixes) Creates an instance of aSuffixedResourceFactory
record class.SuffixedTextResourceFactory
(BiFunction<Supplier<String>, Optional<PathSuffixes>, R> resourceFactory, PathSuffixes suffixes) Creates an instance of aSuffixedTextResourceFactory
record class.Constructor parameters in lib.aide.resource.content with type arguments of type PathSuffixesModifierConstructorDescriptionEmptyResource
(String src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes) EmptyResource
(Supplier<String> src, lib.aide.resource.content.EmptyNature nature, Optional<PathSuffixes> suffixes) ExceptionResource
(String src, lib.aide.resource.content.ExceptionNature nature, Optional<PathSuffixes> suffixes) ExceptionResource
(Supplier<String> src, lib.aide.resource.content.ExceptionNature nature, Optional<PathSuffixes> suffixes) JsonResource
(String src, JsonResource.JsonNature nature, Optional<PathSuffixes> suffixes) JsonResource
(Supplier<String> src, JsonResource.JsonNature nature, Optional<PathSuffixes> suffixes) MarkdownResource
(String src, N nature, Optional<PathSuffixes> suffixes) MarkdownResource
(Supplier<String> src, N nature, Optional<PathSuffixes> suffixes) MdxResource
(String src, N nature, Optional<PathSuffixes> suffixes) MdxResource
(Supplier<String> src, N nature, Optional<PathSuffixes> suffixes) SuffixedResourceFactory
(BiFunction<Supplier<T>, Optional<PathSuffixes>, R> resourceFactory, PathSuffixes suffixes) Creates an instance of aSuffixedResourceFactory
record class.SuffixedTextResourceFactory
(BiFunction<Supplier<String>, Optional<PathSuffixes>, R> resourceFactory, PathSuffixes suffixes) Creates an instance of aSuffixedTextResourceFactory
record class.YamlResource
(String src, YamlResource.YamlNature nature, Optional<PathSuffixes> suffixes) YamlResource
(Supplier<String> src, YamlResource.YamlNature nature, Optional<PathSuffixes> suffixes)