Class ACCSSystem
- java.lang.Object
-
- io.helidon.service.configuration.api.System
-
- io.helidon.service.configuration.accs.ACCSSystem
-
@Deprecated public final class ACCSSystem extends System
Deprecated.This class is slated for removal.ASystemimplementation that represents the Oracle Application Container Cloud Service system.This
Systemis enabled when its environment contains theStringkeyORA_APP_NAME.- See Also:
isEnabled(),System
-
-
Constructor Summary
Constructors Constructor Description ACCSSystem()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisEnabled()Deprecated.-
Methods inherited from class io.helidon.service.configuration.api.System
equals, getenv, getName, getProperties, getSystems, hashCode, isAuthoritative
-
-
-
-
Constructor Detail
-
ACCSSystem
public ACCSSystem()
Deprecated.- See Also:
System.isAuthoritative()
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
Deprecated.- Specified by:
isEnabledin classSystem- Returns:
trueif thisACCSSystemis enabled;falseotherwise- See Also:
- Configuring
Environment Variables in the Oracle Application Container Cloud
Service documentation,
System.isEnabled()
-
-