public class CommandOptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandOptions.Builder |
| Constructor and Description |
|---|
CommandOptions() |
CommandOptions(boolean force,
boolean dryRun) |
| Modifier and Type | Method and Description |
|---|---|
static CommandOptions.Builder |
builder() |
boolean |
isDryRun() |
boolean |
isForce() |
public CommandOptions()
public CommandOptions(boolean force,
boolean dryRun)
public static CommandOptions.Builder builder()
public boolean isForce()
public boolean isDryRun()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.