Package org.apache.maven.plugins.gpg
Class FilesCollector.Item
java.lang.Object
org.apache.maven.plugins.gpg.FilesCollector.Item
- Enclosing class:
FilesCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe classifier, if present, ornull
.The file extension (without leading period), nevernull
.getFile()
The artifact backing file, nevernull
.
-
Constructor Details
-
Item
-
-
Method Details
-
getFile
The artifact backing file, nevernull
. -
getClassifier
The classifier, if present, ornull
. -
getExtension
The file extension (without leading period), nevernull
.
-