Toggle navigation
Home
org.eclipse.che.ide.api.machine.execagent.ExecAgentPromise to org.eclipse.che.ide.api.machine.execagent.ExecAgentConsumer
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'che'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
Operation<ProcessDiedEventDto>
to
Consumer<ProcessDiedEventDto>
Operation<ProcessStartedEventDto>
to
Consumer<ProcessStartedEventDto>
Operation<ProcessStdOutEventDto>
to
Consumer<ProcessStdOutEventDto>
Operation<ProcessStdErrEventDto>
to
Consumer<ProcessStdErrEventDto>
java.util.function.Function<Operation<DtoType>,ExecAgentPromise<ProcessStartResponseDto>>
to
java.util.function.Function<Operation<DtoType>,ExecAgentConsumer<ProcessStartResponseDto>>
Rename Method invocation
getProcessDiedEventDtoOperation
to
getProcessDiedEventDtoConsumer
getProcessStartedEventDtoOperation
to
getProcessStartedEventDtoConsumer
getProcessStdOutEventDtoOperation
to
getProcessStdOutEventDtoConsumer
getProcessStdErrEventDtoOperation
to
getProcessStdErrEventDtoConsumer
Add or Remove Method invocation
promise.hasProcessDiedEventOperation()
to
promise.hasProcessDiedEventConsumer()
promise.hasProcessStartedEventOperation()
to
promise.hasProcessStartedEventConsumer()
promise.hasProcessStdOutEventOperation()
to
promise.hasProcessStdOutEventConsumer()
promise.hasProcessStdErrEventOperation()
to
promise.hasProcessStdErrEventConsumer()
execAgentPromise
to
execAgentConsumer.then(any())
execAgentPromise.then(any())
to
execAgentConsumer
execAgentPromise
to
execAgentConsumer.thenIfProcessStartedEvent(any())
execAgentPromise.thenIfProcessStartedEvent(any())
to
execAgentConsumer
execAgentPromise
to
execAgentConsumer.thenIfProcessDiedEvent(any())
execAgentPromise.thenIfProcessDiedEvent(any())
to
execAgentConsumer
execAgentPromise
to
execAgentConsumer.thenIfProcessStdErrEvent(any())
execAgentPromise.thenIfProcessStdErrEvent(any())
to
execAgentConsumer
execAgentPromise
to
execAgentConsumer.thenIfProcessStdOutEvent(any())
execAgentPromise.thenIfProcessStdOutEvent(any())
to
execAgentConsumer
Cascading Type Change (Similar)
ExecAgentPromise
to
ExecAgentConsumer
ExecAgentPromise<ProcessStartResponseDto>
to
ExecAgentConsumer<ProcessStartResponseDto>
Rename Variable
execAgentPromise
to
execAgentConsumer