Class ExcludedMissingLicense
- java.lang.Object
-
- se.ayoy.maven.plugins.licenseverifier.MissingLicenseInfo.ExcludedMissingLicense
-
public class ExcludedMissingLicense extends Object
Represents an exclusion for a missing license.
-
-
Constructor Summary
Constructors Constructor Description ExcludedMissingLicense(Node node)Initialize the instance from an XML node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetArtifactId()StringgetGroupId()StringgetVersion()
-
-
-
Constructor Detail
-
ExcludedMissingLicense
public ExcludedMissingLicense(Node node)
Initialize the instance from an XML node.- Parameters:
node- the node that holds the information.
-
-