public interface ChainedTransformationDescriptionBuilder
Modifier and Type | Method and Description |
---|---|
Map<ModelVersion,TransformationDescription> |
build(ModelVersion... versions)
Build the transformer chains for chain of versions.
|
void |
buildAndRegister(SubsystemRegistration registration,
ModelVersion[]... chains)
Builds and registers the transformer chains for this builder against a subsystem
|
ResourceTransformationDescriptionBuilder |
createBuilder(ModelVersion fromVersion,
ModelVersion toVersion)
Add a transformer for a version delta
|
ResourceTransformationDescriptionBuilder createBuilder(ModelVersion fromVersion, ModelVersion toVersion)
fromVersion
- the version to transform fromtoVersion
- the version to transform toMap<ModelVersion,TransformationDescription> build(ModelVersion... versions)
versions
- the versions in the transformer chain. This should not include the 'current' version mentioned in the class javadoc.void buildAndRegister(SubsystemRegistration registration, ModelVersion[]... chains)
registration
- the subsystem registrationschains
- the version chains (not including the 'current' version as in build(ModelVersion...)
)Copyright © 2023 JBoss by Red Hat. All rights reserved.