Package org.apache.maven.project
Class ExtensionDescriptor
java.lang.Object
org.apache.maven.project.ExtensionDescriptor
Provides metadata about a build extension. Warning: This is an internal utility class that is only
public for technical reasons, it is not part of the public API. In particular, this class can be changed or deleted
without prior notice.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExportedArtifacts
(List<String> exportedArtifacts) void
setExportedPackages
(List<String> exportedPackages)
-
Field Details
-
exportedPackages
-
exportedArtifacts
-
-
Constructor Details
-
ExtensionDescriptor
ExtensionDescriptor()
-
-
Method Details
-
getExportedPackages
-
setExportedPackages
-
getExportedArtifacts
-
setExportedArtifacts
-