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
OyFallback
Objectionary with fallback.class
OyLocal
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.
-