public enum FolderNames extends Enum<FolderNames>
Folder names used for folder structure creation
| Enum Constant and Description |
|---|
APPLICATION |
CLASSES |
CONTAINER |
MAVEN |
META_INF |
MULE |
MULE_ARTIFACT |
MUNIT |
MUNIT_WORKING_DIR |
REPOSITORY |
TEST_CLASSES |
TEST_MULE |
| Modifier and Type | Method and Description |
|---|---|
String |
value() |
static FolderNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderNames APPLICATION
public static final FolderNames CONTAINER
public static final FolderNames CLASSES
public static final FolderNames TEST_CLASSES
public static final FolderNames MULE
public static final FolderNames MUNIT
public static final FolderNames TEST_MULE
public static final FolderNames MAVEN
public static final FolderNames META_INF
public static final FolderNames MULE_ARTIFACT
public static final FolderNames REPOSITORY
public static final FolderNames MUNIT_WORKING_DIR
public static FolderNames[] values()
for (FolderNames c : FolderNames.values()) System.out.println(c);
public static FolderNames 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 String value()
Copyright © 2018. All rights reserved.