Class 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 Detail

      • InstallableUnitFragmentDescription

        public InstallableUnitFragmentDescription()
    • Method Detail

      • setHost

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