Class Dependencies


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

      Fields 
      Modifier and Type Field Description
      private ClassFinder finder  
      private java.lang.String include  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dependencies​(java.lang.String include, java.io.File... classPath)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.SortedMap<java.lang.String,​java.lang.Boolean> dependenciesFor​(java.lang.Class<?>... classes)  
      java.util.SortedMap<java.lang.String,​java.lang.Boolean> dependenciesFor​(java.lang.String... classNames)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • include

        private java.lang.String include
    • Constructor Detail

      • Dependencies

        public Dependencies​(java.lang.String include,
                            java.io.File... classPath)
    • Method Detail

      • dependenciesFor

        public java.util.SortedMap<java.lang.String,​java.lang.Boolean> dependenciesFor​(java.lang.Class<?>... classes)
                                                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • dependenciesFor

        public java.util.SortedMap<java.lang.String,​java.lang.Boolean> dependenciesFor​(java.lang.String... classNames)
                                                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command line arguments