Uses of Package
org.hansken.plugin.extraction.api.transformations
Packages that use org.hansken.plugin.extraction.api.transformations
Package
Description
This is the API of the Extraction Plugins SDK.
This package contains the Data Transformations.
-
Classes in org.hansken.plugin.extraction.api.transformations used by org.hansken.plugin.extraction.apiClassDescriptionA data transformation that the Extraction Plugin can write to a
TraceusingTrace.setData(String, DataTransformation...). -
Classes in org.hansken.plugin.extraction.api.transformations used by org.hansken.plugin.extraction.api.transformationsClassDescriptionA DataRange describes a range of bytes with an offset and length.A data transformation that the Extraction Plugin can write to a
TraceusingTrace.setData(String, DataTransformation...).ARangedDataTransformationdescribes a data transformation consisting of a list ofDataRanges.Builder for creatingRangedDataTransformationusing a syntax that is sometimes shorter than using constructors.