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–2019. All rights reserved.