Uses of Class
org.codehaus.mojo.natives.Dependency
Packages that use Dependency
-
Uses of Dependency in org.codehaus.mojo.natives
Fields in org.codehaus.mojo.natives declared as DependencyFields in org.codehaus.mojo.natives with type parameters of type DependencyModifier and TypeFieldDescriptionprivate List<Dependency>
Dependency.dependencies
Field dependenciesMethods in org.codehaus.mojo.natives that return DependencyMethods in org.codehaus.mojo.natives that return types with arguments of type DependencyMethods in org.codehaus.mojo.natives with parameters of type DependencyModifier and TypeMethodDescriptionvoid
Dependency.addDependency
(Dependency dependency) Method addDependency(package private) boolean
Dependency.contains
(Dependency dependent) private void
Dependency.init
(Dependency parent, File source, Parser parser, File[] includePaths) Constructors in org.codehaus.mojo.natives with parameters of type DependencyModifierConstructorDescriptionDependency
(Dependency parent, File source, Parser parser, File[] includePaths)