Uses of Interface
org.eolang.maven.Objectionary
-
-
Uses of Objectionary in org.eolang.maven
Classes in org.eolang.maven that implement Objectionary Modifier and Type Class Description 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
OyHome
Objectionary stored locally.class
OyRemote
The simple HTTP Objectionary server.Constructors in org.eolang.maven with parameters of type Objectionary Constructor Description OyCaching(String ver, Path cache, Objectionary primary)
Ctor.OyFallback(Objectionary primary, Objectionary secondary)
Ctor.OyFallbackSwap(Objectionary first, Objectionary second, boolean swap)
Ctor.
-