public abstract class AbstractCollectionConverter extends AbstractConfigurationConverter
| Constructor and Description |
|---|
AbstractCollectionConverter() |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
alignPackageName(java.lang.String enclosingName,
java.lang.String childName) |
protected static PlexusConfiguration |
csvToXml(PlexusConfiguration configuration,
java.lang.String csv) |
protected java.util.Collection<java.lang.Object> |
fromChildren(ConverterLookup lookup,
PlexusConfiguration configuration,
java.lang.Class<?> type,
java.lang.Class<?> enclosingType,
java.lang.ClassLoader loader,
ExpressionEvaluator evaluator,
ConfigurationListener listener,
java.lang.Class<?> elementType) |
protected java.lang.Class<?> |
getChildType(PlexusConfiguration childConfiguration,
java.lang.Class<?> enclosingType,
java.lang.ClassLoader loader,
java.lang.Class<?> elementType) |
protected abstract java.util.Collection<java.lang.Object> |
instantiateCollection(PlexusConfiguration configuration,
java.lang.Class<?> type,
java.lang.ClassLoader loader) |
failIfNotTypeCompatible, fromConfiguration, fromExpression, fromExpression, fromXML, getClassForImplementationHint, instantiateObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanConvert, fromConfigurationprotected abstract java.util.Collection<java.lang.Object> instantiateCollection(PlexusConfiguration configuration, java.lang.Class<?> type, java.lang.ClassLoader loader) throws ComponentConfigurationException
ComponentConfigurationExceptionprotected final java.util.Collection<java.lang.Object> fromChildren(ConverterLookup lookup, PlexusConfiguration configuration, java.lang.Class<?> type, java.lang.Class<?> enclosingType, java.lang.ClassLoader loader, ExpressionEvaluator evaluator, ConfigurationListener listener, java.lang.Class<?> elementType) throws ComponentConfigurationException
ComponentConfigurationExceptionprotected final java.lang.Class<?> getChildType(PlexusConfiguration childConfiguration, java.lang.Class<?> enclosingType, java.lang.ClassLoader loader, java.lang.Class<?> elementType) throws ComponentConfigurationException
ComponentConfigurationExceptionprotected static final PlexusConfiguration csvToXml(PlexusConfiguration configuration, java.lang.String csv)
private static java.lang.String alignPackageName(java.lang.String enclosingName,
java.lang.String childName)