Uses of Class
org.apache.archiva.metadata.model.License

Packages that use License
org.apache.archiva.metadata.model   
org.apache.archiva.metadata.repository.storage.maven2   
 

Uses of License in org.apache.archiva.metadata.model
 

Fields in org.apache.archiva.metadata.model with type parameters of type License
private  List<License> ProjectVersionMetadata.licenses
           
 

Methods in org.apache.archiva.metadata.model that return types with arguments of type License
 List<License> ProjectVersionMetadata.getLicenses()
           
 

Methods in org.apache.archiva.metadata.model with parameters of type License
 void ProjectVersionMetadata.addLicense(License license)
           
 

Method parameters in org.apache.archiva.metadata.model with type arguments of type License
 void ProjectVersionMetadata.setLicenses(List<License> licenses)
           
 

Uses of License in org.apache.archiva.metadata.repository.storage.maven2
 

Methods in org.apache.archiva.metadata.repository.storage.maven2 that return types with arguments of type License
private  List<License> Maven2RepositoryStorage.convertLicenses(List<org.apache.maven.model.License> licenses)
           
 



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