Class MetadataFactory.InstallableUnitFragmentDescription

java.lang.Object
org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription
org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitFragmentDescription
Enclosing class:
MetadataFactory

public static class MetadataFactory.InstallableUnitFragmentDescription extends MetadataFactory.InstallableUnitDescription
A description containing information about an installable unit fragment. Once created, installable units are immutable. This description class allows a client to build up the state for an installable unit fragment incrementally, and then finally produce the resulting immutable unit.
  • Constructor Details

    • InstallableUnitFragmentDescription

      public InstallableUnitFragmentDescription()
  • Method Details

    • setHost

      public void setHost(IRequirement... hostRequirement)
      Specify the requirements identifying the host to which the installable unit fragment should be attached to.