org.apache.maven.tools.plugin.util
Class PluginUtils
java.lang.Object
org.apache.maven.tools.plugin.util.PluginUtils
public final class PluginUtils
- extends Object
- Author:
- jdcasey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.