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, instantiateObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canConvert, fromConfiguration
protected abstract java.util.Collection<java.lang.Object> instantiateCollection(PlexusConfiguration configuration, java.lang.Class<?> type, java.lang.ClassLoader loader) throws ComponentConfigurationException
ComponentConfigurationException
protected 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
ComponentConfigurationException
protected final java.lang.Class<?> getChildType(PlexusConfiguration childConfiguration, java.lang.Class<?> enclosingType, java.lang.ClassLoader loader, java.lang.Class<?> elementType) throws ComponentConfigurationException
ComponentConfigurationException
protected static final PlexusConfiguration csvToXml(PlexusConfiguration configuration, java.lang.String csv)
private static java.lang.String alignPackageName(java.lang.String enclosingName, java.lang.String childName)