Uses of Enum Class
com.soklet.core.ResourcePathDeclaration.ComponentType
Packages that use ResourcePathDeclaration.ComponentType
-
Uses of ResourcePathDeclaration.ComponentType in com.soklet.core
Subclasses with type arguments of type ResourcePathDeclaration.ComponentType in com.soklet.coreModifier and TypeClassDescriptionstatic enum
How to interpret aResourcePathDeclaration.Component
of aResourcePathDeclaration
- is it literal text or a placeholder?Methods in com.soklet.core that return ResourcePathDeclaration.ComponentTypeModifier and TypeMethodDescriptionResourcePathDeclaration.Component.getType()
What type of resource path declaration component is this?Returns the enum constant of this class with the specified name.ResourcePathDeclaration.ComponentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.soklet.core with parameters of type ResourcePathDeclaration.ComponentTypeModifierConstructorDescriptionComponent
(String value, ResourcePathDeclaration.ComponentType type)