public class BindingDescriptorDescriptor extends ComponentDescriptor
This class provides access to deployment-specific attributes that describe an installed binding descriptor.
Constructor and Description |
---|
BindingDescriptorDescriptor(BindingDescriptorID component,
DeployableUnitID deployableUnit,
String source)
|
BindingDescriptorDescriptor(BindingDescriptorID component,
DeployableUnitID deployableUnit,
String source,
LibraryID[] libraries,
SbbID[] sbbs,
SbbPartID[] sbbParts,
ProfileSpecificationID[] profileSpecs)
Create a new binding descriptor component descriptor.
|
Modifier and Type | Method and Description |
---|---|
ProfileSpecificationID[] |
getProfileSpecifications()
Get the component identifiers of the profile specifications referenced by this binding descriptor.
|
SbbPartID[] |
getSbbParts()
Get the component identifiers of the SBB parts referenced by this binding descriptor.
|
SbbID[] |
getSbbs()
Get the component identifiers of the SBBs referenced by this binding descriptor.
|
disableVendorDataDeserialization, disableVendorDataSerialization, enableVendorDataDeserialization, enableVendorDataSerialization, equals, getDeployableUnit, getID, getLibraries, getName, getSource, getVendor, getVendorData, getVersion, hashCode, setVendorData
@Deprecated public BindingDescriptorDescriptor(BindingDescriptorID component, DeployableUnitID deployableUnit, String source)
BindingDescriptorDescriptor(BindingDescriptorID, DeployableUnitID, String, LibraryID[], SbbID[], SbbPartID[], ProfileSpecificationID[])
instead.Create a new binding descriptor component descriptor.
component
- the identifier of the component.deployableUnit
- the identifier of the deployable unit from which the component was installed.source
- the name of the binding descriptor file from which this component was installed.public BindingDescriptorDescriptor(BindingDescriptorID component, DeployableUnitID deployableUnit, String source, LibraryID[] libraries, SbbID[] sbbs, SbbPartID[] sbbParts, ProfileSpecificationID[] profileSpecs)
Create a new binding descriptor component descriptor.
component
- the identifier of the component.deployableUnit
- the identifier of the deployable unit from which the component was installed.source
- the name of the binding descriptor file from which this component was installed.libraries
- the component identifiers of the libraries referenced by this binding descriptor.sbbs
- the component identifiers of the SBBs referenced by this binding descriptor.sbbParts
- the component identifiers of the SBB parts referenced by this binding descriptor.profileSpecs
- the component identifiers of the profile specifications referenced by this binding descriptor.public SbbID[] getSbbs()
Get the component identifiers of the SBBs referenced by this binding descriptor.
public SbbPartID[] getSbbParts()
Get the component identifiers of the SBB parts referenced by this binding descriptor.
public ProfileSpecificationID[] getProfileSpecifications()
Get the component identifiers of the profile specifications referenced by this binding descriptor.