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 StringforSystemProperty 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringexpectedValuebooleansupportsNull 
 - 
 
- 
- 
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
 
 
 - 
 
 -