Uses of Class
org.apache.archiva.rest.api.model.ArtifactContent

Packages that use ArtifactContent
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
 

Uses of ArtifactContent in org.apache.archiva.rest.api.services
 

Methods in org.apache.archiva.rest.api.services that return ArtifactContent
 ArtifactContent BrowseService.getArtifactContentText(String groupId, String artifactId, String version, String classifier, String type, String path, String repositoryId)
          if path is empty content of the file is returned (for pom view)
 

Uses of ArtifactContent in org.apache.archiva.rest.services
 

Methods in org.apache.archiva.rest.services that return ArtifactContent
 ArtifactContent DefaultBrowseService.getArtifactContentText(String groupId, String artifactId, String version, String classifier, String type, String path, String repositoryId)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.