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

Packages that use ArtifactContentEntry
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
org.apache.archiva.rest.services.utils   
 

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

Methods in org.apache.archiva.rest.api.services that return types with arguments of type ArtifactContentEntry
 List<ArtifactContentEntry> BrowseService.getArtifactContentEntries(String groupId, String artifactId, String version, String classifier, String type, String path, String repositoryId)
           
 

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

Methods in org.apache.archiva.rest.services that return types with arguments of type ArtifactContentEntry
 List<ArtifactContentEntry> DefaultBrowseService.getArtifactContentEntries(String groupId, String artifactId, String version, String classifier, String type, String path, String repositoryId)
           
private  List<ArtifactContentEntry> DefaultBrowseService.getSmallerDepthEntries(Map<String,ArtifactContentEntry> entries)
           
protected  List<ArtifactContentEntry> DefaultBrowseService.readFileEntries(File file, String filterPath, String repoId)
           
 

Method parameters in org.apache.archiva.rest.services with type arguments of type ArtifactContentEntry
private  List<ArtifactContentEntry> DefaultBrowseService.getSmallerDepthEntries(Map<String,ArtifactContentEntry> entries)
           
 

Uses of ArtifactContentEntry in org.apache.archiva.rest.services.utils
 

Methods in org.apache.archiva.rest.services.utils with parameters of type ArtifactContentEntry
 int ArtifactContentEntryComparator.compare(ArtifactContentEntry artifactContentEntry, ArtifactContentEntry artifactContentEntry1)
           
 



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