public class LicenseHeaders extends Object
| Constructor and Description |
|---|
LicenseHeaders(String pLicenseName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLicense()
Get the license header for the LicenseHeader object.
|
String |
getLicenseName()
Get the license name for the LicenseHeader object.
|
void |
initializeRelations()
Initializes relations between supported licenses and license text
|
void |
setLicenseName(String pLicenseName)
Set the license header for the LicenseHeader object.
|
public LicenseHeaders(String pLicenseName)
pLicenseName - the license header you wish to create with this objectpublic void initializeRelations()
public void setLicenseName(String pLicenseName)
pLicenseName - the license name to set the header topublic String getLicense()
public String getLicenseName()
Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.