Class FormatCommand.Flags
java.lang.Object
org.apache.bookkeeper.tools.framework.CliFlags
org.apache.bookkeeper.tools.cli.commands.bookie.FormatCommand.Flags
- Enclosing class:
- FormatCommand
Flags for format bookie command.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteCookie(boolean deleteCookie) force(boolean force) nonInteractive(boolean nonInteractive)
-
Constructor Details
-
Flags
public Flags()
-
-
Method Details
-
nonInteractive
- Returns:
this.
-
force
- Returns:
this.
-
deleteCookie
- Returns:
this.
-