Class ExtensionDescriptor

java.lang.Object
org.apache.maven.project.ExtensionDescriptor

public class ExtensionDescriptor extends Object
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.
Author:
Benjamin Bentmann
  • Method Details

    • getExportedPackages

      public List<String> getExportedPackages()
    • setExportedPackages

      public void setExportedPackages(List<String> exportedPackages)
    • getExportedArtifacts

      public List<String> getExportedArtifacts()
    • setExportedArtifacts

      public void setExportedArtifacts(List<String> exportedArtifacts)