OSGi enhanced
ManagementNameStrategy
.
This
ManagementNameStrategy
supports the default
tokens (see
DefaultManagementNameStrategy
) and the following additional OSGi specific tokens
- #bundleId# - The bundle id
- #version# - The bundle version
- #symbolicName# - The bundle symbolic name
This implementation will by default use a name pattern as
#symbolicName# and in case
of a clash (such as multiple versions of the same symbolicName),
then the pattern will fallback to append an unique counter
#symbolicName#-#counter#.