public abstract class BaseCommand extends java.lang.Object implements Command
| Constructor and Description |
|---|
BaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(OSGiBundleBuilderArgs osgiBundleBuilderArgs) |
protected abstract void |
writeOutput(aQute.bnd.osgi.Jar jar,
OSGiBundleBuilderArgs osgiBundleBuilderArgs) |
public void build(OSGiBundleBuilderArgs osgiBundleBuilderArgs) throws java.lang.Exception
protected abstract void writeOutput(aQute.bnd.osgi.Jar jar,
OSGiBundleBuilderArgs osgiBundleBuilderArgs)
throws java.lang.Exception
java.lang.Exception