|
||||||||||
| 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 |
|---|
org.jboss.osgi.spi.Attachments.Key |
| Method Summary | |
|---|---|
String |
getLocation()
Get the bundle location |
org.jboss.osgi.vfs.VirtualFile |
getRoot()
Get the root virtual file |
Integer |
getStartLevel()
Get the start level associated with this deployment |
String |
getSymbolicName()
Get the bundle symbolic name |
String |
getVersion()
Get the bundle version Consider making Version serializable https://www.osgi.org/members/bugzilla/show_bug.cgi?id=1744 |
boolean |
isAutoStart()
Get the autostart flag associated with this deployment |
boolean |
isBundleUpdate()
Get the update flag associated with this deployment |
void |
setAutoStart(boolean autoStart)
Set the autostart flag associated with this deployment |
void |
setBundleUpdate(boolean update)
Set the update flag associated with this deployment |
void |
setStartLevel(Integer 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.osgi.vfs.VirtualFile getRoot()
String getLocation()
String getSymbolicName()
String getVersion()
Integer getStartLevel()
void setStartLevel(Integer startLevel)
boolean isAutoStart()
void setAutoStart(boolean autoStart)
boolean isBundleUpdate()
void setBundleUpdate(boolean update)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||