Package org.talend.sdk.component.api
Annotation Type DecryptedServer.Condition
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public static @interface DecryptedServer.Condition
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
forSystemProperty
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
expectedValue
boolean
supportsNull
-
-
-
Element Detail
-
forSystemProperty
String forSystemProperty
- Returns:
- a system property name to use for the test.
-
-
-
expectedValue
String expectedValue
- Returns:
- the expected system property to activate the condition.
- Default:
- "true"
-
-
-
supportsNull
boolean supportsNull
- Returns:
- true if the system property can be null.
- Default:
- false
-
-