| Modifier and Type | Field and Description |
|---|---|
static RootSquashType |
RootSquashType.ALL_SQUASH
Static value AllSquash for RootSquashType.
|
static RootSquashType |
RootSquashType.NO_ROOT_SQUASH
Static value NoRootSquash for RootSquashType.
|
static RootSquashType |
RootSquashType.ROOT_SQUASH
Static value RootSquash for RootSquashType.
|
| Modifier and Type | Method and Description |
|---|---|
static RootSquashType |
RootSquashType.fromString(String name)
Creates or finds a RootSquashType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RootSquashType> |
RootSquashType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/