public enum FolderNames extends Enum<FolderNames>
| Enum Constant and Description |
|---|
APPLICATION |
CLASSES |
CONTAINER |
MAIN |
MAVEN |
META_INF |
MULE |
MULE_ARTIFACT |
MULE_SRC |
MUNIT |
MUNIT_WORKING_DIR |
POLICY |
REPOSITORY |
SRC |
TARGET |
TEST |
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 SRC
public static final FolderNames MAIN
public static final FolderNames MULE
public static final FolderNames POLICY
public static final FolderNames TEST
public static final FolderNames MUNIT
public static final FolderNames TARGET
public static final FolderNames CLASSES
public static final FolderNames TEST_CLASSES
public static final FolderNames TEST_MULE
public static final FolderNames MAVEN
public static final FolderNames META_INF
public static final FolderNames MULE_SRC
public static final FolderNames MULE_ARTIFACT
public static final FolderNames REPOSITORY
public static final FolderNames MUNIT_WORKING_DIR
public static final FolderNames APPLICATION
public static final FolderNames CONTAINER
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 © 2017 MuleSoft Inc. All rights reserved.