@ConsumerType
public interface ResourceTransformer
TaskResource
s from the registered
resources and passes them on to the InstallTaskFactory
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME
Optional service registration property setting a unique name
for the transformer.
|
Modifier and Type | Method and Description |
---|---|
TransformationResult[] |
transform(RegisteredResource resource)
Try to transform the registered resource.
|
static final java.lang.String NAME
TransformationResult[] transform(RegisteredResource resource)
null
resource
- The resourcenull
Copyright © 2018 The Apache Software Foundation. All rights reserved.