| Constructor and Description | 
|---|
| Dependency(Dependency parent,
          File source,
          Parser parser,
          File[] includePaths) | 
| Dependency(File source,
          Parser parser,
          File[] includePaths) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addDependency(Dependency dependency)Method addDependency | 
| void | analyze() | 
| long | getCompositeLastModified() | 
| List | getDependencies()Method getDependencies | 
| long | getLastModified()Method getLastModified | 
| Dependency | getParent() | 
| String | getSource()Method getSource | 
public Dependency(Dependency parent, File source, Parser parser, File[] includePaths)
public void analyze()
             throws IOException
IOExceptionpublic Dependency getParent()
public long getCompositeLastModified()
public void addDependency(Dependency dependency)
dependency - public List getDependencies()
public long getLastModified()
public String getSource()
Copyright © 2018 MojoHaus. All rights reserved.