Package org.codehaus.mojo.license.model
Class RootPackageClassPathLicenseRepository
java.lang.Object
org.codehaus.mojo.license.model.LicenseRepository
org.codehaus.mojo.license.model.RootPackageClassPathLicenseRepository
A special class-path license repository defined on root java package.
Created on 21/05/16.
- Since:
- 1.9
- Author:
- Tony Chemit - dev@tchemit.fr
-
Field Summary
Fields inherited from class org.codehaus.mojo.license.model.LicenseRepository
baseURL, init, LICENSE_DESCRIPTION_PATTERN, licenses, REPOSITORY_DEFINITION_FILE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected URL
protected URL
getLicenseBaseURL
(String licenseName) Methods inherited from class org.codehaus.mojo.license.model.LicenseRepository
checkExists, checkInit, checkNotInit, getBaseURL, getFileURL, getLicense, getLicenseNames, getLicenses, iterator, load, setBaseURL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RootPackageClassPathLicenseRepository
public RootPackageClassPathLicenseRepository()
-
-
Method Details
-
getDefinitionURL
- Overrides:
getDefinitionURL
in classLicenseRepository
-
getLicenseBaseURL
- Overrides:
getLicenseBaseURL
in classLicenseRepository
-