A dependency report returned by a DependencyManager instance
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.List<java.io.File> |
getAllArtifacts()@return All the artifacts |
|
java.lang.String |
getClasspath()@return The classpath as a string |
|
java.util.List<java.io.File> |
getJarFiles()@return The JAR files |
|
java.util.List<java.io.File> |
getPluginZips()@return The plugin zip files |
|
java.lang.Throwable |
getResolveError()@return The resolve error if there was one, otherwise null if no error occured |
|
java.util.List<ResolvedArtifactReport> |
getResolvedArtifacts()@return The ResolvedArtifactReport instances for all resolved artifacts |
|
java.lang.String |
getScope()@return The scope of this report |
|
boolean |
hasError()@return Whether there was a resolve error |