Package org.codehaus.mojo.natives
Class Dependency
java.lang.Object
org.codehaus.mojo.natives.Dependency
Dependency analizer of a native source file
- Version:
- $Id$
- Author:
- Dan Tran
-
Constructor Summary
ConstructorsConstructorDescriptionDependency(File source, Parser parser, File[] includePaths) Dependency(Dependency parent, File source, Parser parser, File[] includePaths) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDependency(Dependency dependency) Method addDependencyvoidanalyze()longMethod getDependencieslongMethod getLastModifiedMethod getSource
-
Constructor Details
-
Dependency
-
Dependency
-
-
Method Details
-
analyze
- Throws:
IOException
-
getParent
-
getCompositeLastModified
public long getCompositeLastModified() -
addDependency
Method addDependency- Parameters:
dependency-
-
getDependencies
Method getDependencies -
getLastModified
public long getLastModified()Method getLastModified -
getSource
Method getSource
-