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.
|
createcreateWithInjector, getFactoryType, getInjector, hasInjector, injectMembers, setInjectorpublic AutoSilentApiImporterFactory(PluginSilentApiImporter annotation, Class<SilentApiImporter> importMethodClass)
public SilentApiImporter createSilentImporter()
SilentApiImporterFactorycreateSilentImporter in interface SilentApiImporterFactorypublic String getFormatName()
SilentApiImporterFactorygetFormatName in interface SilentApiImporterFactoryCopyright © 2019. All rights reserved.