|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface DependencyReport
A dependency report returned by a DependencyManager instance
Method Summary | |
---|---|
java.util.List
|
getAllArtifacts()
@return All the artifacts |
java.lang.String
|
getClasspath()
@return The classpath as a string |
java.util.List
|
getJarFiles()
@return The JAR files |
java.util.List
|
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
|
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 |
Method Detail |
---|
public java.util.List getAllArtifacts()
public java.lang.String getClasspath()
public java.util.List getJarFiles()
public java.util.List getPluginZips()
public java.lang.Throwable getResolveError()
public java.util.List getResolvedArtifacts()
public java.lang.String getScope()
public boolean hasError()
Groovy Documentation