Class BuildItem

  • Direct Known Subclasses:
    EmptyBuildItem, MultiBuildItem, SimpleBuildItem

    public abstract class BuildItem
    extends Object
    A build item which can be produced or consumed. Any item which implements AutoCloseable will be automatically closed when the build is completed, unless it is explicitly marked as a final build result in which case closure is the responsibility of whomever invoked the build execution.

    Resources should be fine-grained as possible, ideally describing only one aspect of the build process.

    • Constructor Detail

      • BuildItem

        BuildItem()