public interface IExtensible
| Modifier and Type | Method and Description |
|---|---|
IExtension<?> |
getExtension(String type)
getter for single extension
|
List<IExtension<?>> |
getExtensionList()
getter for all extensions
|
List<IExtension<?>> |
getExtensionList(String type)
getter for extension list of defined type
|
IExtension<?> getExtension(String type)
type - extensiontypeList<IExtension<?>> getExtensionList()
List<IExtension<?>> getExtensionList(String type)
type - filterCopyright © 2020. All rights reserved.