org.codehaus.plexus.component.repository.io
Class PlexusTools
java.lang.Object
org.codehaus.plexus.component.repository.io.PlexusTools
public class PlexusTools
- extends java.lang.Object
- Version:
- $Id: PlexusTools.java 4779 2006-11-23 04:09:31Z jvanzyl $
- Author:
- Jason van Zyl
Method Summary |
static org.codehaus.plexus.component.repository.ComponentDescriptor |
buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration configuration)
|
static org.codehaus.plexus.component.repository.ComponentDescriptor |
buildComponentDescriptor(java.lang.String configuration)
|
static org.codehaus.plexus.component.repository.ComponentSetDescriptor |
buildComponentSet(org.codehaus.plexus.configuration.PlexusConfiguration c)
|
static org.codehaus.plexus.configuration.PlexusConfiguration |
buildConfiguration(java.lang.String configuration)
|
static org.codehaus.plexus.configuration.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 |
PlexusTools
public PlexusTools()
buildConfiguration
public static org.codehaus.plexus.configuration.PlexusConfiguration buildConfiguration(java.lang.String resourceName,
java.io.Reader configuration)
throws org.codehaus.plexus.configuration.PlexusConfigurationException
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
buildConfiguration
public static org.codehaus.plexus.configuration.PlexusConfiguration buildConfiguration(java.lang.String configuration)
throws org.codehaus.plexus.configuration.PlexusConfigurationException
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
buildComponentDescriptor
public static org.codehaus.plexus.component.repository.ComponentDescriptor buildComponentDescriptor(java.lang.String configuration)
throws org.codehaus.plexus.configuration.PlexusConfigurationException
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
buildComponentDescriptor
public static org.codehaus.plexus.component.repository.ComponentDescriptor buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration configuration)
throws org.codehaus.plexus.configuration.PlexusConfigurationException
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
buildComponentSet
public static org.codehaus.plexus.component.repository.ComponentSetDescriptor buildComponentSet(org.codehaus.plexus.configuration.PlexusConfiguration c)
throws org.codehaus.plexus.configuration.PlexusConfigurationException
- Throws:
org.codehaus.plexus.configuration.PlexusConfigurationException
Copyright © 2001-2006 Codehaus. All Rights Reserved.