Package org.apache.avalon.fortress.impl.test

Examples of org.apache.avalon.fortress.impl.test.TestComponentHandler


    private Object                  m_hint = AbstractContainer.DEFAULT_ENTRY;
    private TestComponentHandler    m_component;
    private FortressServiceSelector m_selector;

    public TestContainer() {
        m_component = new TestComponentHandler();
    }
View Full Code Here


    private TestComponentHandler m_component;
    private FortressServiceSelector m_selector;

    public TestContainer()
    {
        m_component = new TestComponentHandler();
    }
View Full Code Here

TOP

Related Classes of org.apache.avalon.fortress.impl.test.TestComponentHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.