Uses of Interface
org.xwiki.extension.ExtensionPattern
-
Packages that use ExtensionPattern Package Description org.xwiki.extension -
-
Uses of ExtensionPattern in org.xwiki.extension
Classes in org.xwiki.extension that implement ExtensionPattern Modifier and Type Class Description class
AbstractExtensionPattern
Base class forExtensionPattern
implementations.class
DefaultExtensionPattern
Default implementation ofExtensionPattern
.Fields in org.xwiki.extension with type parameters of type ExtensionPattern Modifier and Type Field Description protected List<ExtensionPattern>
AbstractExtensionDependency. exclusions
Methods in org.xwiki.extension that return types with arguments of type ExtensionPattern Modifier and Type Method Description Collection<ExtensionPattern>
AbstractExtensionDependency. getExclusions()
default Collection<ExtensionPattern>
ExtensionDependency. getExclusions()
Methods in org.xwiki.extension with parameters of type ExtensionPattern Modifier and Type Method Description void
AbstractExtensionDependency. addExclusion(ExtensionPattern exclusion)
Method parameters in org.xwiki.extension with type arguments of type ExtensionPattern Modifier and Type Method Description void
AbstractExtensionDependency. setExclusions(Collection<? extends ExtensionPattern> exclusions)
Constructors in org.xwiki.extension with parameters of type ExtensionPattern Constructor Description AbstractExtensionPattern(ExtensionPattern pattern)
Create new instance by cloning the provided one.DefaultExtensionPattern(ExtensionPattern pattern)
Create new instance by cloning the provided one.
-