public class OsgiHelper extends Object
| Constructor and Description |
|---|
OsgiHelper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleSymbolicName(Project project)
Get the symbolic name as group + "." + archivesBaseName, with the following exceptions
if group has only one section (no dots) and archivesBaseName is not null then the first package
name with classes is returned.
|
String |
getVersion(String version) |
public String getBundleSymbolicName(Project project)
project - The project being processed.Copyright © 2013. All rights reserved