public static enum RepackageMojo.LayoutType extends Enum<RepackageMojo.LayoutType>
| Enum Constant and Description |
|---|
DIR
Dir Layout.
|
JAR
Jar Layout.
|
MODULE
Module Layout.
|
NONE
No Layout.
|
WAR
War Layout.
|
ZIP
Zip Layout.
|
| Modifier and Type | Method and Description |
|---|---|
Layout |
layout() |
static RepackageMojo.LayoutType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepackageMojo.LayoutType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepackageMojo.LayoutType JAR
public static final RepackageMojo.LayoutType WAR
public static final RepackageMojo.LayoutType ZIP
public static final RepackageMojo.LayoutType DIR
public static final RepackageMojo.LayoutType MODULE
public static final RepackageMojo.LayoutType NONE
public static RepackageMojo.LayoutType[] values()
for (RepackageMojo.LayoutType c : RepackageMojo.LayoutType.values()) System.out.println(c);
public static RepackageMojo.LayoutType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Layout layout()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.