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 TypeInterfaceDescriptioninterfaceForwardableResource<N extends Nature,C> interfacefinal recordResourceProvenance<P extends Provenance,R extends Resource<? extends Nature, ?>> interfaceResourcesSupplier<P extends Provenance,C, R extends Resource<? extends Nature, ?>> interfaceStreamResource<N extends Nature>interfaceTextResource<N extends Nature> -
Uses of Nature in lib.aide.resource.collection
Classes in lib.aide.resource.collection with type parameters of type NatureModifier and TypeClassDescriptionclassstatic classResources.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 therprecord 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 aPathElaborationrecord class. -
Uses of Nature in lib.aide.resource.content
Classes in lib.aide.resource.content with type parameters of type NatureModifier and TypeClassDescriptionstatic final recordResourceFactory.SuffixedResourceFactory<T,R extends Resource<? extends Nature, T>> static final recordResourceFactory.SuffixedTextResourceFactory<T,R extends TextResource<? extends Nature>> Classes in lib.aide.resource.content that implement NatureModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classFields 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_MAPMethods 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