public interface BackendBundlePack
| Modifier and Type | Method and Description |
|---|---|
BackendBundle[] |
getBundles()
Returns information about bundles included in this pack.
|
java.lang.String |
getName()
Returns the name of the pack.
|
java.util.Dictionary |
getPackDependencies()
Returns information about packages this package depends on.
|
java.lang.String |
getVersion()
Returns the version of the pack.
|
boolean |
isActive()
Returns whether this pack has been activated.
|
void |
setActive(boolean enabled)
Sets the active state of this bundle package.
|
void |
setBundleEnabled(java.lang.String bundleLocation,
boolean enabled)
This method enables specified bundle from this pack to be installed when
the pack is installed.
|
java.lang.String getName()
null is returned.java.lang.String getVersion()
null is returned.java.util.Dictionary getPackDependencies()
BackendBundle[] getBundles() throws CommunicationException, java.lang.Exception
BackendBundle objects, representing bundles included in this pack.{@link - CommunicationException} is thrown if communication with the remote
Control Center fails.Exception - is thrown if some other error occurs.CommunicationExceptionjava.lang.Exceptionboolean isActive()
true if the pack is active and false otherwise.void setActive(boolean enabled)
throws CommunicationException,
java.lang.Exception
{@link - CommunicationException} is thrown if communication with the remote
Control Center fails.Exception - is thrown if some other error occurs.CommunicationExceptionjava.lang.Exceptionvoid setBundleEnabled(java.lang.String bundleLocation,
boolean enabled)
throws CommunicationException,
java.lang.Exception
bundleLocation - location of the bundleenabled - requires enable state of the bundle{@link - CommunicationException} is thrown if communication with the remote
Control Center fails.Exception - is thrown if some other error occurs.CommunicationExceptionjava.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.