org.apache.maven.tools.plugin.util
Class PluginUtils

java.lang.Object
  extended by org.apache.maven.tools.plugin.util.PluginUtils

public final class PluginUtils
extends Object

Author:
jdcasey

Method Summary
static String[] findSources(String basedir, String include)
           
static String[] findSources(String basedir, String include, String exclude)
           
static List toComponentDependencies(List dependencies)
           
static void writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w, org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findSources

public static String[] findSources(String basedir,
                                   String include)

findSources

public static String[] findSources(String basedir,
                                   String include,
                                   String exclude)

writeDependencies

public static void writeDependencies(org.codehaus.plexus.util.xml.XMLWriter w,
                                     org.apache.maven.plugin.descriptor.PluginDescriptor pluginDescriptor)

toComponentDependencies

public static List toComponentDependencies(List dependencies)


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