Package org.eolang.maven
Class OyRemote
- java.lang.Object
-
- org.eolang.maven.OyRemote
-
- All Implemented Interfaces:
Objectionary
public final class OyRemote extends Object implements Objectionary
The simple HTTP Objectionary server.- Since:
- 0.1
-
-
Constructor Detail
-
OyRemote
public OyRemote()
Ctor.
-
OyRemote
public OyRemote(String hash)
Ctor.- Parameters:
hash
- The GitHub hash
-
-
Method Detail
-
get
public org.cactoos.Input get(String name) throws MalformedURLException
Description copied from interface:Objectionary
Resolve object.- Specified by:
get
in interfaceObjectionary
- Parameters:
name
- Object name.- Returns:
- Object code.
- Throws:
MalformedURLException
-
-