public interface OperationResolver
| Modifier and Type | Method and Description |
|---|---|
LogicalOperation |
resolve(LogicalOperation source,
java.util.List<LogicalOperation> targets)
Resolves the source operation against a set of targets.
|
LogicalOperation resolve(LogicalOperation source, java.util.List<LogicalOperation> targets) throws org.fabric3.api.host.Fabric3Exception
source - the source operation to resolvetargets - the target operations to resolve againstorg.fabric3.api.host.Fabric3Exception - if a target operation cannot be found