org.apache.maven.project
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getExportedPackages
public List<String> getExportedPackages()
setExportedPackages
public void setExportedPackages(List<String> exportedPackages)
getExportedArtifacts
public List<String> getExportedArtifacts()
setExportedArtifacts
public void setExportedArtifacts(List<String> exportedArtifacts)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.