This project has retired. For details please refer to its
Attic page .
LocationArtifactsReport
org.apache.maven.archiva.reporting.artifact
Class LocationArtifactsReport
java.lang.Object
org.apache.maven.archiva.reporting.artifact.LocationArtifactsReport
All Implemented Interfaces: DynamicReportSource <org.apache.maven.archiva.model.RepositoryProblem>
public class LocationArtifactsReport extends java.lang.Objectimplements DynamicReportSource <org.apache.maven.archiva.model.RepositoryProblem>
LocationArtifactsReport
Method Summary
java.util.List<org.apache.maven.archiva.model.RepositoryProblem>
getData ()
Get the entire list of values for this report.
java.util.List<org.apache.maven.archiva.model.RepositoryProblem>
getData (DataLimits limits)
Get the entire list of values for this report.
java.lang.String
getName ()
The human readable name of this report.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
PROBLEM_TYPE_BAD_ARTIFACT_LOCATION
public static final java.lang.String PROBLEM_TYPE_BAD_ARTIFACT_LOCATION
See Also: Constant Field Values
LocationArtifactsReport
public LocationArtifactsReport ()
getData
public java.util.List<org.apache.maven.archiva.model.RepositoryProblem> getData ()
throws ObjectNotFoundException ,
ArchivaDatabaseException
Description copied from interface: DynamicReportSource
Get the entire list of values for this report.
Specified by: getData
in interface DynamicReportSource <org.apache.maven.archiva.model.RepositoryProblem>
Returns: the complete List of objects for this report.
Throws:
ObjectNotFoundException
- if no records were found.
ArchivaDatabaseException
- if there was a fundamental issue with accessing the database.
getData
public java.util.List<org.apache.maven.archiva.model.RepositoryProblem> getData (DataLimits limits)
throws ObjectNotFoundException ,
ArchivaDatabaseException
Description copied from interface: DynamicReportSource
Get the entire list of values for this report.
Specified by: getData
in interface DynamicReportSource <org.apache.maven.archiva.model.RepositoryProblem>
Parameters: limits
- the limits on the data to fetch. (NOTE: This object is
updated by the underlying implementation of this interface with
the current values appropriate for the limits object).
Returns: the complete List of objects for this report.
Throws:
ObjectNotFoundException
- if no records were found.
ArchivaDatabaseException
- if there was a fundamental issue with accessing the database.
getName
public java.lang.String getName ()
Description copied from interface: DynamicReportSource
The human readable name of this report.
Specified by: getName
in interface DynamicReportSource <org.apache.maven.archiva.model.RepositoryProblem>
Returns: the name of the report.