public class EndpointNameGenerator extends Object
| Constructor and Description |
|---|
EndpointNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMore()
Indicates is it possible to generate more names.
|
String |
next()
Next generated name.
|
void |
setPattern(String pattern)
Modifies name pattern.
|
public void setPattern(String pattern)
pattern - the new pattern valuepublic boolean hasMore()
public String next()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.