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 void
addDependency(Dependency dependency)
Method addDependencyvoid
analyze()
long
getCompositeLastModified()
List
getDependencies()
Method getDependencieslong
getLastModified()
Method getLastModifiedDependency
getParent()
String
getSource()
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
-
-