public class AutoSilentApiImporterFactory extends SimpleSoapUIFactory<SilentApiImporter> implements SilentApiImporterFactory
Constructor and Description |
---|
AutoSilentApiImporterFactory(PluginSilentApiImporter annotation,
Class<SilentApiImporter> importMethodClass) |
Modifier and Type | Method and Description |
---|---|
SilentApiImporter |
createSilentImporter()
Returns a "silent" API importer.
|
String |
getFormatName()
Returns a short String identifying the format that the importers created by this factory can handle, e.g.
|
create
createWithInjector, getFactoryType, getInjector, hasInjector, injectMembers, setInjector
public AutoSilentApiImporterFactory(PluginSilentApiImporter annotation, Class<SilentApiImporter> importMethodClass)
public SilentApiImporter createSilentImporter()
SilentApiImporterFactory
createSilentImporter
in interface SilentApiImporterFactory
public String getFormatName()
SilentApiImporterFactory
getFormatName
in interface SilentApiImporterFactory
Copyright © 2019. All rights reserved.