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
CachingObjectionary
Objectionary which caches objects locally.class
FallbackObjectionary
Objectionary with fallback.class
LocalObjectionary
Objectionary stored locally.class
RemoteObjectionary
The 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.
-