Package com.atlassian.plugin.module
Interface PrefixModuleFactory
- All Superinterfaces:
ModuleFactory
- All Known Implementing Classes:
ClassPrefixModuleFactory
A module factory that is matched when its prefix is matched, and therefore, relies an a delegating module factory
that determines the prefix somehow.
- Since:
- 2.5.0
- See Also:
-
Field Summary
Fields inherited from interface com.atlassian.plugin.module.ModuleFactory
LEGACY_MODULE_FACTORY -
Method Summary
Methods inherited from interface com.atlassian.plugin.module.ModuleFactory
createModule
-
Method Details
-
getPrefix
String getPrefix()- Returns:
- the prefix the module factory expects to be matched to
-