Package | Description |
---|---|
org.apache.sling.feature |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
Extension.getType()
Get the extension type
|
static ExtensionType |
ExtensionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionType[] |
ExtensionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Extension(ExtensionType t,
String name,
boolean required)
Create a new extension
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.