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
- Author:
- Jason van Zyl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlexusTools
public PlexusTools()
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,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
buildComponentDescriptor
public static ComponentDescriptor<?> buildComponentDescriptor(PlexusConfiguration configuration)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
buildComponentDescriptor
public static ComponentDescriptor<?> buildComponentDescriptor(PlexusConfiguration configuration,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
buildComponentSet
public static ComponentSetDescriptor buildComponentSet(PlexusConfiguration c)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
buildComponentSet
public static ComponentSetDescriptor buildComponentSet(PlexusConfiguration c,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
writeConfiguration
public static void writeConfiguration(java.io.PrintStream out,
PlexusConfiguration configuration)
throws PlexusConfigurationException
- Throws:
PlexusConfigurationException
Copyright © 2001-2009 Codehaus. All Rights Reserved.