org.apache.maven.project
Class ExtensionDescriptor

java.lang.Object
  extended by 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 Summary
 List<String> getExportedArtifacts()
           
 List<String> getExportedPackages()
           
 void setExportedArtifacts(List<String> exportedArtifacts)
           
 void setExportedPackages(List<String> exportedPackages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.