public enum XapModules extends Enum<XapModules>
| Enum Constant and Description | 
|---|
ADMIN  | 
CORE_COLLECTIONS_TROVE  | 
CORE_COMMON  | 
CORE_REFLECTIONS_ASM  | 
DATA_GRID  | 
HIBERNATE_SPRING  | 
INTEROP  | 
INTEROP_SPRING  | 
JPA_SPRING  | 
LICENSE  | 
MAP  | 
MAP_SPRING  | 
NEAR_CACHE  | 
NEAR_CACHE_SPRING  | 
SERVICE_GRID  | 
WAN  | 
WAN_SPRING  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getArtifactName()  | 
static Collection<XapModules> | 
getByClassLoaderType(ClassLoaderType classLoaderType)  | 
ClassLoaderType | 
getClassLoaderType()  | 
String | 
getJarFileName()  | 
String | 
getJarFilePath()  | 
static boolean | 
isRequiredCommonOrBoot(String filename)  | 
static XapModules | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static XapModules[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final XapModules CORE_COMMON
public static final XapModules DATA_GRID
public static final XapModules CORE_REFLECTIONS_ASM
public static final XapModules CORE_COLLECTIONS_TROVE
public static final XapModules LICENSE
public static final XapModules MAP
public static final XapModules NEAR_CACHE
public static final XapModules INTEROP
public static final XapModules WAN
public static final XapModules SERVICE_GRID
public static final XapModules HIBERNATE_SPRING
public static final XapModules JPA_SPRING
public static final XapModules MAP_SPRING
public static final XapModules NEAR_CACHE_SPRING
public static final XapModules INTEROP_SPRING
public static final XapModules WAN_SPRING
public static final XapModules ADMIN
public static XapModules[] values()
for (XapModules c : XapModules.values()) System.out.println(c);
public static XapModules 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 Collection<XapModules> getByClassLoaderType(ClassLoaderType classLoaderType)
public String getArtifactName()
public String getJarFileName()
public String getJarFilePath()
public ClassLoaderType getClassLoaderType()
public static boolean isRequiredCommonOrBoot(String filename)
Copyright © GigaSpaces.