Uses of Class
org.codehaus.mojo.license.model.LicenseRepository
Packages that use LicenseRepository
-
Uses of LicenseRepository in org.codehaus.mojo.license.model
Subclasses of LicenseRepository in org.codehaus.mojo.license.modelModifier and TypeClassDescriptionclass
A special class-path license repository defined on root java package.Fields in org.codehaus.mojo.license.model with type parameters of type LicenseRepositoryModifier and TypeFieldDescriptionprotected List
<LicenseRepository> LicenseStore.repositories
list of available license repositories.Methods in org.codehaus.mojo.license.model that return types with arguments of type LicenseRepositoryMethods in org.codehaus.mojo.license.model with parameters of type LicenseRepositoryModifier and TypeMethodDescriptionprotected void
LicenseStore.addRepository
(LicenseRepository repository)