Class LocalhostSystem
- java.lang.Object
-
- io.helidon.service.configuration.api.System
-
- io.helidon.service.configuration.localhost.LocalhostSystem
-
@Deprecated public final class LocalhostSystem extends System
Deprecated.This class is slated for removal.A non-authoritativeSystem
implementation describing the current local host.- See Also:
System
-
-
Constructor Summary
Constructors Constructor Description LocalhostSystem()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isEnabled()
Deprecated.Returnstrue
when invoked.-
Methods inherited from class io.helidon.service.configuration.api.System
equals, getenv, getName, getProperties, getSystems, hashCode, isAuthoritative
-
-
-
-
Constructor Detail
-
LocalhostSystem
public LocalhostSystem()
Deprecated.- See Also:
isEnabled()
,System.isAuthoritative()
,System
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Deprecated.Returnstrue
when invoked.- Specified by:
isEnabled
in classSystem
- Returns:
true
when invoked- See Also:
System.isEnabled()
-
-