org.apache.maven.project.artifact
Interface ArtifactWithDependencies

All Known Implementing Classes:
PluginArtifact, ProjectArtifact

public interface ArtifactWithDependencies


Method Summary
 List<Dependency> getDependencies()
           
 List<Dependency> getManagedDependencies()
           
 

Method Detail

getDependencies

List<Dependency> getDependencies()

getManagedDependencies

List<Dependency> getManagedDependencies()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.