public class ETLInfosJson extends Object
| Constructor and Description |
|---|
ETLInfosJson(ETLJson overallInfo,
List<AbstractETL<?,?>> registeredEtls)
Constructor that requires all fields.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,ETLJson> |
getEtlInfos()
Returns a map of ETL names to ETLJsons of
all registered AbstractETLs.
|
ETLJson |
getOverallInfo()
Returns an info summary of all registered ETLs combined.
|
String |
getRepositoryName()
Returns the name of the harvested repository, or null if it is unknown.
|
int |
hashCode() |
String |
toString() |
public ETLInfosJson(ETLJson overallInfo, List<AbstractETL<?,?>> registeredEtls)
overallInfo - the ETLManager details summarizedregisteredEtls - all AbstractETLs registered at the registrypublic ETLJson getOverallInfo()
public Map<String,ETLJson> getEtlInfos()
public String getRepositoryName()
protected boolean canEqual(Object other)
Copyright © 2017–2019. All rights reserved.