Class ProjectInfo
- java.lang.Object
-
- org.wildfly.maven.plugins.licenses.model.ProjectInfo
-
public class ProjectInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProjectLicenseInfo>getDependenciesList()List<KnownLicenseInfo>getKnownLicensesList()voidsetDependenciesList(List<ProjectLicenseInfo> dependenciesList)voidsetKnownLicensesList(List<KnownLicenseInfo> knownLicensesList)
-
-
-
Method Detail
-
getKnownLicensesList
public List<KnownLicenseInfo> getKnownLicensesList()
-
setKnownLicensesList
public void setKnownLicensesList(List<KnownLicenseInfo> knownLicensesList)
-
getDependenciesList
public List<ProjectLicenseInfo> getDependenciesList()
-
setDependenciesList
public void setDependenciesList(List<ProjectLicenseInfo> dependenciesList)
-
-