public interface BackendBundle
extends com.prosyst.admin.framework.BundleDefinition
BackendBundleAdmin.| Modifier and Type | Method and Description |
|---|---|
boolean |
compareIgnoreVersion(BackendBundle bundle)
Compares this bundle with the supplied object.
|
int |
compareVersions(BackendBundle bundle)
Compares versions of two bundles.
|
boolean |
equals(java.lang.Object bundle)
Compares this bundle with the supplied object.
|
java.lang.String[] |
getDeploymentTargets()
Returns the deployment targets of this bundle.
|
java.lang.String |
getLocation()
Returns the location of the bundle.
|
java.lang.String |
getPackageName()
Returns the name of the pack containing this bundle.
|
boolean |
isEnabled()
If this bundle is optional (respectively belonging to a bundle pack) this method
returns whether to be installed when its pack is installed.
|
boolean |
isOptional()
Returns whether this bundle is optional in the bundle pack it belongs to.
|
java.lang.String[] getDeploymentTargets()
Roles class - The Control Center Roles.CC,
all management servers Roles.MS, all remote access servers Roles.RAS,
the management console Roles.MC or an identificator of specific management server
ManagementServer.getId(). It is permitted this method not to return the actual value
if the instance is received through specific BackendBundleAdmin.java.lang.String getLocation()
java.lang.String getPackageName()
BackendBundleAdmin.boolean isOptional()
false. Optional bundles
can be set whether to be installed when it's pack is installed. It is permitted
this method not to return the actual value if the bundle is received
through specific BackendBundleAdmin.boolean isEnabled()
true. It is permitted
this method not to return the actual value if the bundle is received
through specific BackendBundleAdmin.boolean equals(java.lang.Object bundle)
null
and are equal, or if some of these properties is null - if their locations are
equal.equals in class java.lang.Objectbundle - the compared bundle. Should be subclass of BundleDefinition classtrue if bundles are equal.boolean compareIgnoreVersion(BackendBundle bundle)
equals(java.lang.Object) but ignores version property from the comparison.bundle - the compared bundle.true if two bundles has the same name and vendor.int compareVersions(BackendBundle bundle)
bundle - the compared bundle.Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.