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

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

public class PluginMetadataParser
extends Object


Field Summary
static String IMPL_BASE_PLACEHOLDER
           
 
Constructor Summary
PluginMetadataParser()
           
 
Method Summary
 Set parseMojoDescriptors(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 String IMPL_BASE_PLACEHOLDER
See Also:
Constant Field Values
Constructor Detail

PluginMetadataParser

public PluginMetadataParser()
Method Detail

parseMojoDescriptors

public Set parseMojoDescriptors(File metadataFile)
                         throws PluginMetadataParseException
Throws:
PluginMetadataParseException


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