Uses of Interface
org.eolang.maven.objectionary.Objectionary
-
Packages that use Objectionary Package Description org.eolang.maven.objectionary Classes for EO objects repository (Objectionary). -
-
Uses of Objectionary in org.eolang.maven.objectionary
Classes in org.eolang.maven.objectionary that implement Objectionary Modifier and Type Class Description classOyCachingObjectionary which caches objects locally.classOyEmptyFake empty HTTP Objectionary server.classOyFallbackObjectionary with fallback.classOyFallbackSwapFallback which can swap primary/secondary repos.classOyHomeObjectionary stored locally.classOyIndexedObjectionary with index.classOyRemoteThe simple HTTP Objectionary server.Constructors in org.eolang.maven.objectionary with parameters of type Objectionary Constructor Description OyCaching(String ver, Path cache, Objectionary primary)Ctor.OyCaching(CommitHash hash, Path cache, Objectionary primary)Ctor.OyFallback(Objectionary primary, Objectionary secondary)Ctor.OyFallbackSwap(Objectionary first, Objectionary second, boolean swap)Ctor.OyIndexed(Objectionary objectionary)Ctor.
-