Open Kilda Java Documentation
org.openkilda.config.mapping.MappingStrategy Interface Reference

Public Member Functions

boolean isApplicable (String mappingTarget)
 
String apply (String mappingTarget, String value)
 

Detailed Description

A set of rules for mapping of configuration values.

Definition at line 21 of file MappingStrategy.java.

Member Function Documentation

◆ apply()

String org.openkilda.config.mapping.MappingStrategy.apply ( String  mappingTarget,
String  value 
)

Performs mapping of the value according to the target.

◆ isApplicable()

boolean org.openkilda.config.mapping.MappingStrategy.isApplicable ( String  mappingTarget)

Checks whether the requested target is applicable.


The documentation for this interface was generated from the following file: