All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addIgnoreEntry(String factoryId,
String fieldName) |
void |
addIgnoreFactory(String factoryId) |
Set<String> |
getIgnoreFactories() |
Map<String,Set<String>> |
getIgnoreFields() |
Map<String,Map<String,Map<String,String>>> |
getLocalData() |
Map<String,Map<String,Map<String,String>>> |
getRemoteData() |
Set<String> |
makeKnownFactories() |
List<DiffEntry> |
merge(ProgressMonitor monitor) |
void |
setIgnoreFactories(Set<String> factories) |
void |
setIgnoreFields(Map<String,Set<String>> ignoreFields) |
void |
setLocalData(Map<String,Map<String,Map<String,String>>> localData) |
long |
setRemoteData(Collection<FactoryInformation> remoteData) |
void |
setRemoteData(Map<String,Map<String,Map<String,String>>> data) |