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.dependenciesField 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 TypeMethodDescriptionvoidDependency.addDependency(Dependency dependency) Method addDependency(package private) booleanDependency.contains(Dependency dependent) private voidDependency.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)