Uses of Interface
lib.aide.resource.Provenance
Packages that use Provenance
-
Uses of Provenance in lib.aide.resource
Classes in lib.aide.resource with type parameters of type ProvenanceModifier and TypeClassDescriptionfinal record
ResourceProvenance<P extends Provenance,
R extends Resource<? extends Nature, ?>> interface
ResourcesSupplier<P extends Provenance,
C, R extends Resource<? extends Nature, ?>> -
Uses of Provenance in lib.aide.resource.collection
Methods in lib.aide.resource.collection with type parameters of type ProvenanceModifier and TypeMethodDescriptionstatic <T extends Provenance>
Optional<PathElaboration> PathElaboration.fromBasename
(String basename, Paths<String, ResourceProvenance<T, Resource<? extends Nature, ?>>>.Node parent, Paths<String, ResourceProvenance<T, Resource<? extends Nature, ?>>>.Node newNode) If the file is `.path.yml` `.path.yaml` or `.path.json` or `.<P extends Provenance>
Resources.Builder<C, R> Resources.Builder.withSupplier
(ResourcesSupplier<P, C, R> supplier)