Class XRefCommand


  • public class XRefCommand
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private bnd bnd  
    • Constructor Summary

      Constructors 
      Constructor Description
      XRefCommand​(bnd bnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private <T> java.util.Set<T> flatten​(MultiMap<T,​T> packages)  
      private void printReferred​(java.lang.String referrredTo, java.lang.String joined)  
      private void printxref​(MultiMap<?,​?> map, java.lang.String direction)  
      (package private) void xref​(XRefCommand.xrefOptions options)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bnd

        private final bnd bnd
    • Constructor Detail

      • XRefCommand

        XRefCommand​(bnd bnd)
    • Method Detail

      • xref

        void xref​(XRefCommand.xrefOptions options)
           throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • flatten

        private <T> java.util.Set<T> flatten​(MultiMap<T,​T> packages)
      • printReferred

        private void printReferred​(java.lang.String referrredTo,
                                   java.lang.String joined)
                            throws java.io.FileNotFoundException
        Throws:
        java.io.FileNotFoundException
      • printxref

        private void printxref​(MultiMap<?,​?> map,
                               java.lang.String direction)