public class SilentApiImporterFacade
Provides an easy way of importing an API from a definition in an unknown format, and exposes all supported format names.
Type Params | Return Type | Name and description |
---|---|---|
|
public static java.util.List<java.lang.String> |
getSupportedFormatNames() |
|
public static java.util.Collection<Interface> |
importApis(java.net.URL url, WsdlProject targetProject, SilentApiImporterFacade.ImporterCollection methodCollection, boolean disableLogger) Imports APIs from a URL and adds them to the project |
|
public static java.util.Collection<Interface> |
importApis(java.net.URL url, WsdlProject targetProject, SilentApiImporterFacade.ImporterCollection methodCollection) |
|
public static java.util.Collection<Interface> |
importApis(java.net.URL url, WsdlProject targetProject, boolean disableLogger) Imports APIs from a URL and adds them to the project |
|
public static java.util.Collection<Interface> |
importApis(java.net.URL url, WsdlProject targetProject) |
|
public static java.util.Collection<Interface> |
importApis(java.net.URL url, WsdlProject targetProject, java.util.List<SilentApiImporterFactory> factories) Imports APIs from a URL and adds them to the project |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Imports APIs from a URL and adds them to the project
url
- the URL where the API definition is locatedtargetProject
- the project to add the APIs tomethodCollection
- the list of importers to load definitionImports APIs from a URL and adds them to the project
url
- the URL where the API definition is locatedtargetProject
- the project to add the APIs toImports APIs from a URL and adds them to the project
url
- the URL where the API definition is locatedtargetProject
- the project to add the APIs tofactories
- the list of silent importer factories