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.ASystem
implementation that represents the Oracle Application Container Cloud Service system.This
System
is enabled when its environment contains theString
keyORA_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 boolean
isEnabled()
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:
isEnabled
in classSystem
- Returns:
true
if thisACCSSystem
is enabled;false
otherwise- See Also:
- Configuring
Environment Variables in the Oracle Application Container Cloud
Service documentation,
System.isEnabled()
-
-