public class BatchElementConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,Set<String>> |
collectedMappings |
protected List<String> |
ids |
protected DeploymentMappings |
mappings |
protected static Comparator<String> |
NULLS_LAST_STRING_COMPARATOR |
Constructor and Description |
---|
BatchElementConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addDeploymentMappings(List<ImmutablePair<String,String>> mappings)
Add mappings of deployment ids to resource ids to the overall element
mapping list.
|
void |
addDeploymentMappings(List<ImmutablePair<String,String>> mappingsList,
Collection<String> idList)
Add mappings of deployment ids to resource ids to the overall element
mapping list.
|
protected void |
createDeploymentMappings() |
List<String> |
getIds() |
DeploymentMappings |
getMappings() |
boolean |
isEmpty() |
protected static final Comparator<String> NULLS_LAST_STRING_COMPARATOR
protected DeploymentMappings mappings
public void addDeploymentMappings(List<ImmutablePair<String,String>> mappings)
mappings
- the mappings to addpublic void addDeploymentMappings(List<ImmutablePair<String,String>> mappingsList, Collection<String> idList)
idList
that are not part of
the mappings will be added to the list of null
deployment id
mappings.mappingsList
- the mappings to addidList
- the list of ids to check for missing elements concerning the
mappings to addpublic List<String> getIds()
public DeploymentMappings getMappings()
DeploymentMapping
spublic boolean isEmpty()
protected void createDeploymentMappings()
Copyright © 2022. All rights reserved.