com.eviware.soapui.support.editor.registry
Class EditorViewFactoryRegistry
java.lang.Object
com.eviware.soapui.support.editor.registry.EditorViewFactoryRegistry
public class EditorViewFactoryRegistry
- extends java.lang.Object
Registry of availabel XmlViews
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorViewFactoryRegistry
public EditorViewFactoryRegistry()
addFactory
public void addFactory(EditorViewFactory factory)
setFactory
public void setFactory(java.lang.String viewId,
EditorViewFactory factory)
getInstance
public static final EditorViewFactoryRegistry getInstance()
getFactories
public EditorViewFactory[] getFactories()
getFactoriesOfType
public EditorViewFactory[] getFactoriesOfType(java.lang.Class<?> type)
Copyright © 2005-2010 eviware.com. All Rights Reserved.