public class Deployer
extends java.lang.Object
| Constructor and Description |
|---|
Deployer(aQute.bnd.osgi.Processor processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(java.io.File file)
Deploy the file (which must be a bundle) into the repository.
|
void |
deploy(java.lang.String name,
java.io.File file)
Deploy the file (which must be a bundle) into the repository.
|
public void deploy(java.io.File file)
throws java.lang.Exception
file - bundlejava.lang.Exceptionpublic void deploy(java.lang.String name,
java.io.File file)
throws java.lang.Exception
name - The repository namefile - bundlejava.lang.Exception