Package org.pf4j.processor
Class ExtensionStorage
java.lang.Object
org.pf4j.processor.ExtensionStorage
- Direct Known Subclasses:
LegacyExtensionStorage
,ServiceProviderExtensionStorage
It's a storage (database) that persists
Extension
s.
The standard operations supported by storage are read()
and write(java.util.Map<java.lang.String, java.util.Set<java.lang.String>>)
.
The storage is populated by ExtensionAnnotationProcessor
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Pattern
protected final ExtensionAnnotationProcessor
private static final Pattern
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COMMENT
-
WHITESPACE
-
processor
-
-
Constructor Details
-
ExtensionStorage
-
-
Method Details
-
read
-
write
-
getFiler
Helper method. -
error
Helper method. -
error
Helper method. -
info
Helper method. -
info
Helper method. -
read
- Throws:
IOException
-