Package | Description |
---|---|
org.apache.rat.analysis.license | |
org.apache.rat.api |
Key abstractions.
|
Constructor and Description |
---|
BaseLicense(MetaData.Datum licenseFamilyCategory,
MetaData.Datum licenseFamilyName,
String notes) |
SimplePatternBasedLicense(MetaData.Datum pLicenseFamilyCategory,
MetaData.Datum pLicenseFamilyName,
String pNotes,
String[] pPatterns) |
Modifier and Type | Method and Description |
---|---|
MetaData.Datum |
MetaData.get(String name)
Gets the first datum matching the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaData.add(MetaData.Datum datum)
Adds a new datum.
|
void |
MetaData.set(MetaData.Datum datum)
Puts in a new datum replacing any existing data.
|
Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.