Class Dependency


  • public class Dependency
    extends Object
    Dependency analizer of a native source file
    Version:
    $Id: Dependency.java 19094 2013-12-21 22:29:29Z dantran $
    Author:
    Dan Tran
    • Constructor Detail

      • Dependency

        public Dependency​(File source,
                          Parser parser,
                          File[] includePaths)
    • Method Detail

      • getCompositeLastModified

        public long getCompositeLastModified()
      • addDependency

        public void addDependency​(Dependency dependency)
        Method addDependency
        Parameters:
        dependency -
      • getDependencies

        public List getDependencies()
        Method getDependencies
      • getLastModified

        public long getLastModified()
        Method getLastModified
      • getSource

        public String getSource()
        Method getSource