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
Trace
usingTrace.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
Trace
usingTrace.setData(String, DataTransformation...)
.ARangedDataTransformation
describes a data transformation consisting of a list ofDataRange
s.Builder for creatingRangedDataTransformation
using a syntax that is sometimes shorter than using constructors.