Class SbbDescriptorExtensions
- java.lang.Object
-
- com.opencloud.rhino.management.deployment.ComponentDescriptorExtensions
-
- com.opencloud.rhino.management.deployment.SbbDescriptorExtensions
-
- All Implemented Interfaces:
Serializable
public class SbbDescriptorExtensions extends ComponentDescriptorExtensions
This class defines Rhino-specific extensions applicable to SBB components. It is present as vendor-specific data in
SbbDescriptors
obtained from Rhino.- Since:
- Rhino 2.4.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SbbDescriptorExtensions(SleeVersion version, byte[] checksum, Properties manifestAttrs, InstallLevel installLevel, ComponentID[] copies, ComponentID copySource, ComponentID original, Date copyDate, SbbPartID[] sbbParts)
SbbDescriptorExtensions(SleeVersion version, byte[] checksum, Properties manifestAttrs, InstallLevel installLevel, ComponentID[] copies, ComponentID copySource, ComponentID original, Date copyDate, ComponentID shadowedBy, Date shadowDate, ComponentID[] incomingLinks, ComponentID[] shadowing, SbbPartID[] sbbParts)
Create a new SBB component extension descriptor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SbbPartID[]
getSbbParts()
Get the component identifiers of the SBB parts used by this SBB.String
toString()
-
Methods inherited from class com.opencloud.rhino.management.deployment.ComponentDescriptorExtensions
getChecksum, getCopies, getCopyDate, getCopySource, getIncomingLinks, getInstallLevel, getManifestAttributes, getOriginal, getShadowDate, getShadowedBy, getShadowing, getVersion
-
-
-
-
Constructor Detail
-
SbbDescriptorExtensions
@Deprecated public SbbDescriptorExtensions(SleeVersion version, byte[] checksum, Properties manifestAttrs, InstallLevel installLevel, ComponentID[] copies, ComponentID copySource, ComponentID original, Date copyDate, SbbPartID[] sbbParts)
Deprecated.Create a new SBB component extension descriptor.
- Parameters:
sbbParts
- the component identifiers of the sbb parts used by this SBB.
-
SbbDescriptorExtensions
public SbbDescriptorExtensions(SleeVersion version, byte[] checksum, Properties manifestAttrs, InstallLevel installLevel, ComponentID[] copies, ComponentID copySource, ComponentID original, Date copyDate, ComponentID shadowedBy, Date shadowDate, ComponentID[] incomingLinks, ComponentID[] shadowing, SbbPartID[] sbbParts)
Create a new SBB component extension descriptor.
- Parameters:
sbbParts
- the component identifiers of the sbb parts used by this SBB.
-
-
Method Detail
-
getSbbParts
public SbbPartID[] getSbbParts()
Get the component identifiers of the SBB parts used by this SBB.
- Returns:
- the component identifiers of the SBB parts used by this SBB.
-
toString
public String toString()
- Overrides:
toString
in classComponentDescriptorExtensions
-
-