Class ExtensionWrapper<T>
java.lang.Object
org.pf4j.ExtensionWrapper<T>
- All Implemented Interfaces:
Comparable<ExtensionWrapper<T>>
A wrapper over extension instance.
- Author:
- Decebal Suiu
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionWrapper(ExtensionDescriptor descriptor, ExtensionFactory extensionFactory) -
Method Summary
Modifier and TypeMethodDescriptionintint
-
Constructor Details
-
ExtensionWrapper
-
-
Method Details
-
getExtension
-
getDescriptor
-
getOrdinal
public int getOrdinal() -
compareTo
- Specified by:
compareToin interfaceComparable<T>
-