Package org.apache.unomi.router.api
Class RouterUtils
- java.lang.Object
-
- org.apache.unomi.router.api.RouterUtils
-
public class RouterUtils extends Object
Created by amidani on 30/06/2017.
-
-
Constructor Summary
Constructors Constructor Description RouterUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImportExportConfiguration
addExecutionEntry(ImportExportConfiguration configuration, Map execution, int executionsHistorySize)
static char
getCharFromLineSeparator(String lineSeparator)
static PropertyType
getPropertyTypeById(Collection<PropertyType> propertyTypes, String propertyTypeId)
-
-
-
Method Detail
-
addExecutionEntry
public static ImportExportConfiguration addExecutionEntry(ImportExportConfiguration configuration, Map execution, int executionsHistorySize)
-
getCharFromLineSeparator
public static char getCharFromLineSeparator(String lineSeparator)
-
getPropertyTypeById
public static PropertyType getPropertyTypeById(Collection<PropertyType> propertyTypes, String propertyTypeId)
-
-