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.
Constructor and Description |
---|
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.
|
SbbDescriptorExtensions(SleeVersion version,
byte[] checksum,
Properties manifestAttrs,
InstallLevel installLevel,
ComponentID[] copies,
ComponentID copySource,
ComponentID original,
Date copyDate,
SbbPartID[] sbbParts)
|
Modifier and Type | Method and Description |
---|---|
SbbPartID[] |
getSbbParts()
Get the component identifiers of the SBB parts used by this SBB.
|
String |
toString() |
getChecksum, getCopies, getCopyDate, getCopySource, getIncomingLinks, getInstallLevel, getManifestAttributes, getOriginal, getShadowDate, getShadowedBy, getShadowing, getVersion
@Deprecated public SbbDescriptorExtensions(SleeVersion version, byte[] checksum, Properties manifestAttrs, InstallLevel installLevel, ComponentID[] copies, ComponentID copySource, ComponentID original, Date copyDate, SbbPartID[] sbbParts)
SbbDescriptorExtensions(SleeVersion, byte[], Properties, InstallLevel, ComponentID[], ComponentID, ComponentID, Date, ComponentID, Date, ComponentID[], ComponentID[], SbbPartID[])
instead.Create a new SBB component extension descriptor.
sbbParts
- the component identifiers of the sbb parts used by this SBB.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.
sbbParts
- the component identifiers of the sbb parts used by this SBB.public SbbPartID[] getSbbParts()
Get the component identifiers of the SBB parts used by this SBB.
public String toString()
toString
in class ComponentDescriptorExtensions