public interface Deployment extends Attachable
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Get the bundle location
|
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
|
getAttachment, putAttachment, removeAttachment
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)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.