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 classCachingObjectionaryObjectionary which caches objects locally.classFallbackObjectionaryObjectionary with fallback.classLocalObjectionaryObjectionary stored locally.classRemoteObjectionaryThe simple HTTP Objectionary server.Constructors in org.eolang.maven with parameters of type Objectionary Constructor Description CachingObjectionary(String ver, Path cache, Objectionary primary)Ctor.FallbackObjectionary(Objectionary primary, Objectionary secondary)Ctor.
-