public enum FolderTypeWithPackageInfo extends Enum<FolderTypeWithPackageInfo>
Enum Constant and Description |
---|
JAVA_RESOURCE_FOLDER |
JAVA_TEST_RESOURCE_FOLDER |
SOURCE_FOLDER_WITH_PACKAGE_INFO |
SOURCE_FOLDER_WITHOUT_PACKAGE_INFO |
TEST_FOLDER_WITH_PACKAGE_INFO |
TEST_FOLDER_WITHOUT_PACKAGE_INFO |
Modifier and Type | Method and Description |
---|---|
static FolderTypeWithPackageInfo |
fromFolder(IjFolder folder) |
IJFolderFactory |
getFolderFactory() |
Class<? extends IjFolder> |
getFolderTypeClass() |
IjResourceFolderType |
getIjResourceFolderType() |
ResourceFolderFactory |
getResourceFolderFactory() |
boolean |
isResourceFolder() |
static FolderTypeWithPackageInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderTypeWithPackageInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
boolean |
wantsPackagePrefix() |
public static final FolderTypeWithPackageInfo SOURCE_FOLDER_WITH_PACKAGE_INFO
public static final FolderTypeWithPackageInfo SOURCE_FOLDER_WITHOUT_PACKAGE_INFO
public static final FolderTypeWithPackageInfo TEST_FOLDER_WITH_PACKAGE_INFO
public static final FolderTypeWithPackageInfo TEST_FOLDER_WITHOUT_PACKAGE_INFO
public static final FolderTypeWithPackageInfo JAVA_RESOURCE_FOLDER
public static final FolderTypeWithPackageInfo JAVA_TEST_RESOURCE_FOLDER
public static FolderTypeWithPackageInfo[] values()
for (FolderTypeWithPackageInfo c : FolderTypeWithPackageInfo.values()) System.out.println(c);
public static FolderTypeWithPackageInfo 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 static FolderTypeWithPackageInfo fromFolder(IjFolder folder)
public IJFolderFactory getFolderFactory()
public boolean wantsPackagePrefix()
public ResourceFolderFactory getResourceFolderFactory()
public boolean isResourceFolder()
public IjResourceFolderType getIjResourceFolderType()