org.codehaus.plexus
Class PlexusTools

java.lang.Object
  extended byorg.codehaus.plexus.PlexusTools

public class PlexusTools
extends java.lang.Object

Version:
$Id: PlexusTools.java,v 1.7 2004/01/23 21:25:40 jvanzyl Exp $
Author:
Jason van Zyl

Constructor Summary
PlexusTools()
           
 
Method Summary
static ComponentDescriptor buildComponentDescriptor(PlexusConfiguration configuration)
           
static ComponentDescriptor buildComponentDescriptor(java.lang.String configuration)
           
static PlexusConfiguration buildConfiguration(java.lang.String configuration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlexusTools

public PlexusTools()
Method Detail

buildComponentDescriptor

public static ComponentDescriptor buildComponentDescriptor(java.lang.String configuration)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

buildComponentDescriptor

public static ComponentDescriptor buildComponentDescriptor(PlexusConfiguration configuration)
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

buildConfiguration

public static PlexusConfiguration buildConfiguration(java.lang.String configuration)
                                              throws java.lang.Exception
Throws:
java.lang.Exception