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-authoritativeSystemimplementation 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 booleanisEnabled()Deprecated.Returnstruewhen 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.Returnstruewhen invoked.- Specified by:
isEnabledin classSystem- Returns:
truewhen invoked- See Also:
System.isEnabled()
-
-