org.codehaus.plexus.component.repository.io
Class PlexusTools

java.lang.Object
  extended by org.codehaus.plexus.component.repository.io.PlexusTools

public class PlexusTools
extends java.lang.Object

Version:
$Id: PlexusTools.java 1781 2005-05-05 19:06:04Z jdcasey $
Author:
Jason van Zyl

Constructor Summary
PlexusTools()
           
 
Method Summary
static ComponentDescriptor buildComponentDescriptor(PlexusConfiguration configuration)
           
static ComponentDescriptor buildComponentDescriptor(java.lang.String configuration)
           
static ComponentSetDescriptor buildComponentSet(PlexusConfiguration c)
           
static PlexusConfiguration buildConfiguration(java.lang.String configuration)
           
static PlexusConfiguration buildConfiguration(java.lang.String resourceName, java.io.Reader 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

buildConfiguration

public static PlexusConfiguration buildConfiguration(java.lang.String resourceName,
                                                     java.io.Reader configuration)
                                              throws PlexusConfigurationException
Throws:
PlexusConfigurationException

buildConfiguration

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

buildComponentDescriptor

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

buildComponentDescriptor

public static ComponentDescriptor buildComponentDescriptor(PlexusConfiguration configuration)
                                                    throws PlexusConfigurationException
Throws:
PlexusConfigurationException

buildComponentSet

public static ComponentSetDescriptor buildComponentSet(PlexusConfiguration c)
                                                throws PlexusConfigurationException
Throws:
PlexusConfigurationException


Copyright © 2001-2007 Codehaus. All Rights Reserved.