Skip to content

Package io.github.qishr.cascara.common.util

Enum Overflow

java.lang.Object
        java.lang.Enum<io.github.qishr.cascara.common.util.CommandLine.Help.Column.Overflow>
                io.github.qishr.cascara.common.util.CommandLine.Help.Column.Overflow

Enclosing Class:
    io.github.qishr.cascara.common.util.CommandLine.Help.Column


public static final enum Overflow
extends Enum<Overflow>

Policy for handling text that is longer than the column width: span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit.

Enum Constants

Enum Constant Description
TRUNCATE
SPAN
WRAP

Method Summary

Modifier and Type Method Description
public static Overflow[] values()
public static Overflow valueOf(String name)

Enum Constant Details

TRUNCATE

public static final TRUNCATE


SPAN

public static final SPAN


WRAP

public static final WRAP


Method Details

values

public static Overflow[] values()


valueOf

public static Overflow valueOf(String name)