Class LocalhostSystem
- java.lang.Object
-
- io.helidon.service.configuration.api.System
-
- io.helidon.service.configuration.localhost.LocalhostSystem
-
public final class LocalhostSystem extends System
A non-authoritativeSystemimplementation describing the current local host.- See Also:
System
-
-
Constructor Summary
Constructors Constructor Description LocalhostSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()Returnstruewhen invoked.-
Methods inherited from class io.helidon.service.configuration.api.System
equals, getenv, getName, getProperties, getSystems, hashCode, isAuthoritative
-
-
-
-
Constructor Detail
-
LocalhostSystem
public LocalhostSystem()
- See Also:
isEnabled(),System.isAuthoritative(),System
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Returnstruewhen invoked.- Specified by:
isEnabledin classSystem- Returns:
truewhen invoked- See Also:
System.isEnabled()
-
-