org.codehaus.plexus.component.repository.io
public class PlexusTools extends Object
Version: $Id: PlexusTools.java 6757 2007-08-09 12:49:11Z handyande $
UNKNOWN: these are all really tools for dealing with xml configurations so they should be packaged as such.
Method Summary | |
---|---|
static ComponentDescriptor | buildComponentDescriptor(String configuration) |
static ComponentDescriptor | buildComponentDescriptor(PlexusConfiguration configuration) |
static ComponentSetDescriptor | buildComponentSet(PlexusConfiguration c) |
static PlexusConfiguration | buildConfiguration(String resourceName, Reader configuration) |
static PlexusConfiguration | buildConfiguration(String configuration) |
static void | writeConfiguration(PrintStream out, PlexusConfiguration configuration) |
static void | writeConfiguration(PrintStream out, PlexusConfiguration configuration, String indent) |