com.atlassian.plugin.module
Interface PrefixModuleFactory
- All Superinterfaces:
- ModuleFactory
- All Known Implementing Classes:
- ClassPrefixModuleFactory
public interface PrefixModuleFactory
- extends ModuleFactory
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:
PrefixDelegatingModuleFactory}
getPrefix
java.lang.String getPrefix()
- Returns:
- the prefix the module factory expects to be matched to
Copyright © 2010 Atlassian. All Rights Reserved.