Definition at line 13 of file OscarBundleUtils.java.
Public Member Functions | |
OscarBundleUtils (BundleContext context, String path) | |
void | setContext (BundleContext context) |
void | installWithFileName (String fileName) throws ServiceException |
boolean | isInstalledBundle (String bundleName) throws ServiceException |
void | updateBundleWithName (String bundleName) throws ServiceException |
void | updateBundleWithFileName (String bundleFileName) throws ServiceException |
void | updateBundleWithName (String bundleName, String location) throws ServiceException |
void | updateBundleWithFileName (String bundleFileName, String location) throws ServiceException |
void | uninstallBundleWithName (String bundleName) throws ServiceException |
void | uninstallBundleWithFileName (String bundleFileName) throws ServiceException |
void | startBundleWithName (String bundleName) throws ServiceException |
void | startBundleWithFileName (String bundleFileName) throws ServiceException |
void | stopBundleWithName (String bundleName) throws ServiceException |
void | stopBundleWithFileName (String bundleFileName) throws ServiceException |
void | restartBundleWithName (String bundleName) throws ServiceException |
void | restartBundleWithFileName (String bundleFileName) throws ServiceException |
void | refreshBundleWithName (String bundleName) throws ServiceException |
void | refreshBundleWithFileName (String bundleFileName) throws ServiceException |
void | shutdown () throws ServiceException |