org.codehaus.groovy.grails.resolve
Interface DependencyReport
public interface DependencyReport
A dependency report returned by a DependencyManager instance
- Since:
- 2.3
getClasspath
java.lang.String getClasspath()
- Returns:
- The classpath as a string
getResolvedArtifacts
java.util.List<org.codehaus.groovy.grails.resolve.ResolvedArtifactReport> getResolvedArtifacts()
- Returns:
- The ResolvedArtifactReport instances for all resolved artifacts
getAllArtifacts
java.util.List<java.io.File> getAllArtifacts()
- Returns:
- All the artifacts
getJarFiles
java.util.List<java.io.File> getJarFiles()
- Returns:
- The JAR files
getPluginZips
java.util.List<java.io.File> getPluginZips()
- Returns:
- The plugin zip files
getScope
java.lang.String getScope()
- Returns:
- The scope of this report
hasError
boolean hasError()
- Returns:
- Whether there was a resolve error
getResolveError
java.lang.Throwable getResolveError()
- Returns:
- The resolve error if there was one, otherwise null if no error occured