Package org.codehaus.mojo.natives
Class Dependency
- java.lang.Object
-
- org.codehaus.mojo.natives.Dependency
-
-
Constructor Summary
Constructors Constructor Description Dependency(File source, Parser parser, File[] includePaths)Dependency(Dependency parent, File source, Parser parser, File[] includePaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDependency(Dependency dependency)Method addDependencyvoidanalyze()longgetCompositeLastModified()ListgetDependencies()Method getDependencieslonggetLastModified()Method getLastModifiedDependencygetParent()StringgetSource()Method getSource
-
-
-
Method Detail
-
analyze
public void analyze() throws IOException- Throws:
IOException
-
getParent
public Dependency getParent()
-
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
-
-