Class AssemblyResolution

    • Field Detail

      • description NEW

        protected final java.lang.String description
      • children NEW

        protected final com.google.common.collect.ImmutableList<? extends AssemblyResolution> children

Method Detail

  • computeHash NEW

    protected abstract int computeHash()
  • lineToString NEW

    protected abstract java.lang.String lineToString()
    Display the resolution result in one line (omitting child details)
    Returns:
    the display description
  • childrenToString NEW

    protected java.lang.String childrenToString​(java.lang.String indent)
    Get the child portion of toString() If a subclass has another, possible additional, notion of children that it would like to include in toString(), it must override this method.
    Parameters:
    indent - the current indentation
    Returns:
    the indented description for each child on its own line
    See Also:
    hasChildren()