Uses of Class
org.openhab.core.transform.TransformationException
Packages that use TransformationException
Package
Description
-
Uses of TransformationException in org.openhab.core.automation.module.script
Methods in org.openhab.core.automation.module.script that throw TransformationException -
Uses of TransformationException in org.openhab.core.transform
Methods in org.openhab.core.transform that throw TransformationExceptionModifier and TypeMethodDescriptionprotected abstract TAbstractFileTransformationService.internalLoadTransform(String filename) Deprecated.Abstract method defined by subclasses to effectively read the transformation source file according to their own needs.protected abstract @Nullable StringAbstractFileTransformationService.internalTransform(T transform, String source) Deprecated.Abstract method defined by subclasses to effectively operate the transformation according to its rules@Nullable StringDeprecated.Transforms the inputsourceby the according method defined in subclass to another string.static @Nullable StringTransforms a state string using transformation functions within a given pattern.static @Nullable StringTransformationHelper.transform(TransformationService service, String function, String format, String state) Transforms a state string using a transformation servicestatic @Nullable StringTransformationHelper.transform(org.osgi.framework.BundleContext context, String transformationString, String state) Deprecated.@Nullable StringTransforms the inputsourceby means of the givenfunctionand returns the transformed output. -
Uses of TransformationException in org.openhab.core.transform.actions
Methods in org.openhab.core.transform.actions that throw TransformationExceptionModifier and TypeMethodDescriptionstatic @Nullable StringTransformation.transformRaw(String type, String function, String value) Applies a transformation of a given type with some function to a value.
TransformationHelper.transform(String, String)instead