public abstract class Extension extends Object
Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
static Extension |
create(String name,
ExtensionProperties properties) |
abstract String |
name()
The name reference of the extension profile
|
abstract ExtensionProperties |
properties()
The properties reference of the extension profile
|
public abstract String name()
public abstract ExtensionProperties properties()
public static Extension create(String name, ExtensionProperties properties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.