Uses of Class
org.apache.archiva.admin.model.beans.LegacyArtifactPath

Packages that use LegacyArtifactPath
org.apache.archiva.admin.model.admin   
org.apache.archiva.admin.repository.admin   
org.apache.archiva.rest.api.services   
org.apache.archiva.rest.services   
 

Uses of LegacyArtifactPath in org.apache.archiva.admin.model.admin
 

Methods in org.apache.archiva.admin.model.admin that return types with arguments of type LegacyArtifactPath
 List<LegacyArtifactPath> ArchivaAdministration.getLegacyArtifactPaths()
           
 

Methods in org.apache.archiva.admin.model.admin with parameters of type LegacyArtifactPath
 void ArchivaAdministration.addLegacyArtifactPath(LegacyArtifactPath legacyArtifactPath, AuditInformation auditInformation)
           
 

Uses of LegacyArtifactPath in org.apache.archiva.admin.repository.admin
 

Methods in org.apache.archiva.admin.repository.admin that return types with arguments of type LegacyArtifactPath
 List<LegacyArtifactPath> DefaultArchivaAdministration.getLegacyArtifactPaths()
           
 

Methods in org.apache.archiva.admin.repository.admin with parameters of type LegacyArtifactPath
 void DefaultArchivaAdministration.addLegacyArtifactPath(LegacyArtifactPath legacyArtifactPath, AuditInformation auditInformation)
           
 

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

Methods in org.apache.archiva.rest.api.services that return types with arguments of type LegacyArtifactPath
 List<LegacyArtifactPath> ArchivaAdministrationService.getLegacyArtifactPaths()
           
 

Methods in org.apache.archiva.rest.api.services with parameters of type LegacyArtifactPath
 void ArchivaAdministrationService.addLegacyArtifactPath(LegacyArtifactPath legacyArtifactPath)
           
 

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

Methods in org.apache.archiva.rest.services that return types with arguments of type LegacyArtifactPath
 List<LegacyArtifactPath> DefaultArchivaAdministrationService.getLegacyArtifactPaths()
           
 

Methods in org.apache.archiva.rest.services with parameters of type LegacyArtifactPath
 void DefaultArchivaAdministrationService.addLegacyArtifactPath(LegacyArtifactPath legacyArtifactPath)
           
 



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