org.picocontainer.defaults.issues
Class Issue0369TestCase.MyAdapter
java.lang.Object
org.picocontainer.defaults.issues.Issue0369TestCase.MyAdapter
- All Implemented Interfaces:
- ComponentAdapter<java.util.List>
- Enclosing class:
- Issue0369TestCase
public class Issue0369TestCase.MyAdapter
- extends java.lang.Object
- implements ComponentAdapter<java.util.List>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Issue0369TestCase.MyAdapter
public Issue0369TestCase.MyAdapter()
getComponentImplementation
public java.lang.Class<? extends java.util.List> getComponentImplementation()
- Specified by:
getComponentImplementation in interface ComponentAdapter<java.util.List>
getComponentKey
public java.lang.Object getComponentKey()
- Specified by:
getComponentKey in interface ComponentAdapter<java.util.List>
getComponentInstance
public java.util.List getComponentInstance(PicoContainer container)
throws PicoCompositionException
- Specified by:
getComponentInstance in interface ComponentAdapter<java.util.List>
- Throws:
PicoCompositionException
getComponentInstance
public java.util.List getComponentInstance(PicoContainer container,
java.lang.reflect.Type into)
throws PicoCompositionException
- Specified by:
getComponentInstance in interface ComponentAdapter<java.util.List>
- Throws:
PicoCompositionException
verify
public void verify(PicoContainer container)
throws PicoCompositionException
- Specified by:
verify in interface ComponentAdapter<java.util.List>
- Throws:
PicoCompositionException
accept
public void accept(PicoVisitor visitor)
- Specified by:
accept in interface ComponentAdapter<java.util.List>
getDelegate
public ComponentAdapter<java.util.List> getDelegate()
- Specified by:
getDelegate in interface ComponentAdapter<java.util.List>
findAdapterOfType
public <U extends ComponentAdapter> U findAdapterOfType(java.lang.Class<U> adapterType)
- Specified by:
findAdapterOfType in interface ComponentAdapter<java.util.List>
getDescriptor
public java.lang.String getDescriptor()
- Specified by:
getDescriptor in interface ComponentAdapter<java.util.List>
Copyright © 2003-2011 Codehaus. All Rights Reserved.