Uses of Interface
org.xwiki.extension.ExtensionPattern
Packages that use ExtensionPattern
-
Uses of ExtensionPattern in org.xwiki.extension
Classes in org.xwiki.extension that implement ExtensionPatternModifier and TypeClassDescriptionclass
Base class forExtensionPattern
implementations.class
Default implementation ofExtensionPattern
.Fields in org.xwiki.extension with type parameters of type ExtensionPatternModifier and TypeFieldDescriptionprotected List<ExtensionPattern>
AbstractExtensionDependency.exclusions
Methods in org.xwiki.extension that return types with arguments of type ExtensionPatternModifier and TypeMethodDescriptionAbstractExtensionDependency.getExclusions()
default Collection<ExtensionPattern>
ExtensionDependency.getExclusions()
Methods in org.xwiki.extension with parameters of type ExtensionPatternModifier and TypeMethodDescriptionvoid
AbstractExtensionDependency.addExclusion
(ExtensionPattern exclusion) Method parameters in org.xwiki.extension with type arguments of type ExtensionPatternModifier and TypeMethodDescriptionvoid
AbstractExtensionDependency.setExclusions
(Collection<? extends ExtensionPattern> exclusions) Constructors in org.xwiki.extension with parameters of type ExtensionPatternModifierConstructorDescriptionAbstractExtensionPattern
(ExtensionPattern pattern) Create new instance by cloning the provided one.DefaultExtensionPattern
(ExtensionPattern pattern) Create new instance by cloning the provided one.