Interface BinarySpec

    • Method Detail

      • isBuildable

        boolean isBuildable()
        Can this binary be built in the current environment?
      • getSources

        ModelMap<LanguageSourceSet> getSources()
        The sources owned by this binary.
        Returns:
        the sources owned by the binary.
      • getInputs

        DomainObjectSet<LanguageSourceSet> getInputs()
        Returns all inputs of the binary. This includes source sets owned by the binary, and other source sets created elsewhere (e.g. inherited from the binary's component).
        Returns:
        all inputs of the binary.