Class DefaultInfo

    • Constructor Detail

      • DefaultInfo

        public DefaultInfo()
    • Method Detail

      • namedOutputs

        public abstract com.google.devtools.build.lib.syntax.SkylarkDict<String,​Set<Artifact>> namedOutputs()
        These are the named outputs of a rule. Named outputs are a mapping of String identifiers to a set of outputs of the rule that the name maps to.
        Returns:
        a map of a String, which is the named identifier to a set of outputs.
      • defaultOutputs

        public abstract Set<Artifact> defaultOutputs()
        Returns:
        the set of default outputs built by the rule if no output selection is specified.