|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deployment
An abstraction of a bundle deployment
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.osgi.spi.Attachments |
|---|
Attachments.Key |
| Method Summary | |
|---|---|
java.net.URL |
getLocation()
Get the bundle location |
java.lang.String |
getManifestHeader(java.lang.String key)
Get the manifest header for the given key. |
org.jboss.virtual.VirtualFile |
getRoot()
Get the root virtual file |
int |
getStartLevel()
Get the start level associated with this deployment |
java.lang.String |
getSymbolicName()
Get the bundle symbolic name |
java.lang.String |
getVersion()
Get the bundle version |
boolean |
isAutoStart()
Get the autostart flag associated with this deployment |
void |
setAutoStart(boolean autoStart)
Set the autostart flag associated with this deployment |
void |
setStartLevel(int startLevel)
Set the start level associated with this deployment |
| Methods inherited from interface org.jboss.osgi.spi.Attachments |
|---|
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment |
| Method Detail |
|---|
org.jboss.virtual.VirtualFile getRoot()
java.net.URL getLocation()
java.lang.String getSymbolicName()
java.lang.String getVersion()
java.lang.String getManifestHeader(java.lang.String key)
int getStartLevel()
void setStartLevel(int startLevel)
boolean isAutoStart()
void setAutoStart(boolean autoStart)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||