@Component(value="blCodeFormatAvailableCharHelper") public class CodeFormatAvailableCharHelperImpl extends Object implements CodeFormatAvailableCharHelper
CodeFormatAvailableCharSelector| Modifier and Type | Field and Description |
|---|---|
static CodeGenerationMethodType |
SPECIFY_LENGTH |
| Constructor and Description |
|---|
CodeFormatAvailableCharHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
countCombinationsForFormat(String format)
Takes in the passed in format and computes the number of possible combinations
|
String |
getAvailableCharactersForFormatElement(char formatElement)
Determines for a given character what the available replacement characters are.
|
protected Map<Character,String> |
getCharMap() |
protected void |
setCharMap(Map<Character,String> newMap) |
public static final CodeGenerationMethodType SPECIFY_LENGTH
public String getAvailableCharactersForFormatElement(char formatElement)
CodeFormatAvailableCharHelpergetAvailableCharactersForFormatElement in interface CodeFormatAvailableCharHelperpublic long countCombinationsForFormat(String format)
countCombinationsForFormat in interface CodeFormatAvailableCharHelperformat - Copyright © 2020. All rights reserved.