public abstract class APIExporter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
APIExporter.ExportImpl |
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
APIExporter(APIExportParams params) |
| Modifier and Type | Method and Description |
|---|---|
static APIExporter |
create(APIExporter.ExportImpl exportImpl,
APIExportParams params) |
abstract void |
export(List<API> apis) |
abstract APIFilter |
getFilter() |
boolean |
hasError() |
public APIExporter(APIExportParams params)
public static APIExporter create(APIExporter.ExportImpl exportImpl, APIExportParams params) throws AppException
AppExceptionpublic abstract void export(List<API> apis) throws AppException
AppExceptionpublic boolean hasError()
public abstract APIFilter getFilter()
Copyright © 2020. All rights reserved.