public class ExecutorViewer extends Object implements ExecutorViewer
ExecutorViewer.Visitor| Modifier and Type | Field and Description |
|---|---|
Executor.ID |
executor |
Executor.Type |
type |
| Constructor and Description |
|---|
ExecutorViewer(Executor.ID executor,
Executor.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorViewer |
executor(Executor.ID id,
Executor.Type type) |
static ExecutorViewer |
executor(String id,
String type) |
void |
visit(ExecutorViewer.Visitor visitor) |
public final Executor.ID executor
public final Executor.Type type
public ExecutorViewer(Executor.ID executor, Executor.Type type)
public void visit(ExecutorViewer.Visitor visitor)
visit in interface ExecutorViewerpublic static ExecutorViewer executor(Executor.ID id, Executor.Type type)
public static ExecutorViewer executor(String id, String type)
Copyright © 2010–2025 Smals. All rights reserved.