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 static classObjectionary.FakeObjectionary with lambda-function Ctor-s for testing.classOyCachingObjectionary which caches objects locally.classOyEmptyFake empty HTTP Objectionary server.classOyFallbackObjectionary with fallback.classOyFallbackSwapFallback which can swap primary/secondary repos.classOyFilesystemObjectionary stored locally in the filesystem.classOyHomeObjectionary stored locally.classOyIndexedObjectionary with index.classOyRemoteThe simple HTTP Objectionary server.Constructors in org.eolang.maven.objectionary with parameters of type Objectionary Constructor Description Fake(Objectionary objry)Ctor.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.OyFallbackSwap(Objectionary first, Objectionary second, org.cactoos.Scalar<Boolean> swap)Ctor.OyIndexed(Objectionary objectionary)Ctor.
-