org.apache.maven.plugin.tools.model
Class PluginMetadataParser

java.lang.Object
  extended by org.apache.maven.plugin.tools.model.PluginMetadataParser

public class PluginMetadataParser
extends java.lang.Object


Field Summary
static java.lang.String IMPL_BASE_PLACEHOLDER
           
 
Constructor Summary
PluginMetadataParser()
           
 
Method Summary
 java.util.Set parseMojoDescriptors(java.io.File metadataFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IMPL_BASE_PLACEHOLDER

public static final java.lang.String IMPL_BASE_PLACEHOLDER
See Also:
Constant Field Values
Constructor Detail

PluginMetadataParser

public PluginMetadataParser()
Method Detail

parseMojoDescriptors

public java.util.Set parseMojoDescriptors(java.io.File metadataFile)
                                   throws PluginMetadataParseException
Throws:
PluginMetadataParseException


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.