protected abstract static class AbstractTopologyProvider.IdGenerator extends Object
Modifier | Constructor and Description |
---|---|
protected |
IdGenerator(String idPrefix,
AbstractTopologyProvider provider) |
Modifier and Type | Method and Description |
---|---|
abstract List<Ref> |
getContent() |
String |
getNextId()
Returns the next id in format '
|
void |
reset() |
protected IdGenerator(String idPrefix, AbstractTopologyProvider provider)
public String getNextId()
createId()
already exists in provider
a new one is created.
This process is done until a key is created which is not already in provider
public void reset()
Copyright © 2021. All rights reserved.