Uses of Interface
lib.aide.resource.Nature
Packages that use Nature
Package
Description
-
Uses of Nature in lib.aide.resource
Classes in lib.aide.resource with type parameters of type NatureModifier and TypeInterfaceDescriptioninterface
ForwardableResource<N extends Nature,
C> interface
final record
ResourceProvenance<P extends Provenance,
R extends Resource<? extends Nature, ?>> interface
ResourcesSupplier<P extends Provenance,
C, R extends Resource<? extends Nature, ?>> interface
StreamResource<N extends Nature>
interface
TextResource<N extends Nature>
-
Uses of Nature in lib.aide.resource.collection
Classes in lib.aide.resource.collection with type parameters of type NatureModifier and TypeClassDescriptionclass
static class
Resources.Builder<C,
R extends Resource<? extends Nature, ?>> Methods in lib.aide.resource.collection that return types with arguments of type NatureModifier and TypeMethodDescriptionResourceProvenance
<?, Resource<? extends Nature, ?>> PathElaboration.rp()
Returns the value of therp
record component.Constructor parameters in lib.aide.resource.collection with type arguments of type NatureModifierConstructorDescriptionPathElaboration
(ResourceFactory.MapFromTextResult elaboration, ResourceProvenance<?, Resource<? extends Nature, ?>> rp, List<Map.Entry<String, Paths.DeepMergeOperation>> merged) Creates an instance of aPathElaboration
record class. -
Uses of Nature in lib.aide.resource.content
Classes in lib.aide.resource.content with type parameters of type NatureModifier and TypeClassDescriptionstatic final record
ResourceFactory.SuffixedResourceFactory<T,
R extends Resource<? extends Nature, T>> static final record
ResourceFactory.SuffixedTextResourceFactory<T,
R extends TextResource<? extends Nature>> Classes in lib.aide.resource.content that implement NatureModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Fields in lib.aide.resource.content with type parameters of type NatureModifier 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 NatureModifier and TypeMethodDescriptionResourceFactory.resourceFromSuffix
(String suffixesSrc, Supplier<T> content, Optional<Pattern> delimiter, Optional<String> assembler) Determine if a suffix has a resource factory and return an Optional. ResourceFactory.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. -
Uses of Nature in lib.aide.resource.nature
Classes in lib.aide.resource.nature that implement Nature