Package nl.gx.webmanager.wcb
Enum WCBConstants.WCB_RESOURCETYPE
- java.lang.Object
-
- java.lang.Enum<WCBConstants.WCB_RESOURCETYPE>
-
- nl.gx.webmanager.wcb.WCBConstants.WCB_RESOURCETYPE
-
- All Implemented Interfaces:
Serializable
,Comparable<WCBConstants.WCB_RESOURCETYPE>
- Enclosing interface:
- WCBConstants
public static enum WCBConstants.WCB_RESOURCETYPE extends Enum<WCBConstants.WCB_RESOURCETYPE>
WCB resource type used for deployment and lookup deploy dirs for specific resource types.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BACKEND_RESOURCES
BACKEND_RESOURCES_JAR_SRC
Deprecated.EDIT_PRESENTATION
EDIT_PRESENTATION_JAR_SRC
Deprecated.JSPTAGS
JSPTAGS_JAR_SRC
Deprecated.MESSAGES
MESSAGES_JAR_SRC
Deprecated.SHOW_PRESENTATION
SHOW_PRESENTATION_JAR_SRC
Deprecated.STATIC_BACKEND
Deprecated.STATIC_BACKEND_JAR_SRC
Deprecated.STATIC_FRONTEND
STATIC_FRONTEND_JAR_SRC
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceLocation()
String
getTargetLocation(String personalName)
WCBConstants.WebApp
getWebAppLocation()
static WCBConstants.WCB_RESOURCETYPE
valueOf(String name)
Returns the enum constant of this type with the specified name.static WCBConstants.WCB_RESOURCETYPE[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EDIT_PRESENTATION
public static final WCBConstants.WCB_RESOURCETYPE EDIT_PRESENTATION
-
SHOW_PRESENTATION
public static final WCBConstants.WCB_RESOURCETYPE SHOW_PRESENTATION
-
STATIC_BACKEND
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE STATIC_BACKEND
Deprecated.
-
STATIC_FRONTEND
public static final WCBConstants.WCB_RESOURCETYPE STATIC_FRONTEND
-
MESSAGES
public static final WCBConstants.WCB_RESOURCETYPE MESSAGES
-
JSPTAGS
public static final WCBConstants.WCB_RESOURCETYPE JSPTAGS
-
BACKEND_RESOURCES
public static final WCBConstants.WCB_RESOURCETYPE BACKEND_RESOURCES
-
EDIT_PRESENTATION_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE EDIT_PRESENTATION_JAR_SRC
Deprecated.
-
SHOW_PRESENTATION_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE SHOW_PRESENTATION_JAR_SRC
Deprecated.
-
STATIC_BACKEND_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE STATIC_BACKEND_JAR_SRC
Deprecated.
-
STATIC_FRONTEND_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE STATIC_FRONTEND_JAR_SRC
Deprecated.
-
MESSAGES_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE MESSAGES_JAR_SRC
Deprecated.
-
JSPTAGS_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE JSPTAGS_JAR_SRC
Deprecated.
-
BACKEND_RESOURCES_JAR_SRC
@Deprecated public static final WCBConstants.WCB_RESOURCETYPE BACKEND_RESOURCES_JAR_SRC
Deprecated.
-
-
Method Detail
-
values
public static WCBConstants.WCB_RESOURCETYPE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WCBConstants.WCB_RESOURCETYPE c : WCBConstants.WCB_RESOURCETYPE.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WCBConstants.WCB_RESOURCETYPE valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getSourceLocation
public String getSourceLocation()
-
getWebAppLocation
public WCBConstants.WebApp getWebAppLocation()
-
-