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 class
Objectionary.Fake
Objectionary with lambda-function Ctor-s for testing.class
OyCaching
Objectionary which caches objects locally.class
OyEmpty
Fake empty HTTP Objectionary server.class
OyFallback
Objectionary with fallback.class
OyFallbackSwap
Fallback which can swap primary/secondary repos.class
OyFilesystem
Objectionary stored locally in the filesystem.class
OyHome
Objectionary stored locally.class
OyIndexed
Objectionary with index.class
OyRemote
The 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.
-