public class Target
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Target.SessionId |
static class |
Target.TargetId |
static class |
Target.TargetInfo |
Modifier and Type | Method and Description |
---|---|
static Command<Target.SessionId> |
attachToTarget(Target.TargetId targetId) |
static Command<java.util.Set<Target.TargetInfo>> |
getTargets() |
static Command<java.lang.Void> |
setAutoAttach(boolean autoAttach) |
public static Command<java.util.Set<Target.TargetInfo>> getTargets()
public static Command<Target.SessionId> attachToTarget(Target.TargetId targetId)
public static Command<java.lang.Void> setAutoAttach(boolean autoAttach)