T
- Concrete type that represents the thing that can be adapted.public interface NodeSpecific<T extends NodeSpecific<T>>
EnvironmentSpecific
Modifier and Type | Method and Description |
---|---|
T |
forNode(Node node,
TaskListener log)
Returns a specialized copy of T for functioning in the given node.
|
T forNode(@NonNull Node node, TaskListener log) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004–2022. All rights reserved.