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 ImportExportConfigurationaddExecutionEntry(ImportExportConfiguration configuration, Map execution, int executionsHistorySize)static chargetCharFromLineSeparator(String lineSeparator)static PropertyTypegetPropertyTypeById(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)
-
-