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