public class GenerateOSGiManifest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GenerateOSGiManifest.CustomAnalyzer
Override the class so the plugins can be discovered by the right classloader
|
static interface |
GenerateOSGiManifest.IResourceLocator
Used for server side hook to resolve resources from
|
static class |
GenerateOSGiManifest.LocalResourceLocator
Default impl that knows how to deal with local files only
|
Constructor and Description |
---|
GenerateOSGiManifest() |
Modifier and Type | Method and Description |
---|---|
static boolean |
doOSGiManifestGeneration(String componentLocation,
boolean forceManifestUpdate,
Map<String,Object> optionsMap)
Do the work to generate an OSGi manifest for the component
|
public static boolean doOSGiManifestGeneration(String componentLocation, boolean forceManifestUpdate, Map<String,Object> optionsMap) throws Exception
componentLocation
- the component locationforceManifestUpdate
- true to force a manifest generation even if the component already has oneoptionsMap
- map of options that affect how the generation is doneException