| Interface | Description |
|---|---|
| Pattern |
The interface of pattern definition.
|
| Class | Description |
|---|---|
| AlphabeticLowerPattern |
This class defines a pattern to generate the lowercase alphabetic random code.
|
| AlphabeticMixPattern |
This class defines a pattern to generate the mixed lowercase and uppercase alphabetic random code.
|
| AlphabeticUpperPattern |
This class defines a pattern to generate the uppercase alphabetic random code.
|
| AlphaLowerNumericPattern |
This class defines a pattern to generate the mixed lowercase alphabetic and numeric random code.
|
| AlphaMixNumericPattern |
This class defines a pattern to generate the mixed alphabetic and numeric random code.
|
| AlphaUpperNumericPattern |
This class defines a pattern to generate the mixed uppercase alphabetic and numeric random code.
|
| CodeGenerator |
This class generates the codes which satisfy the code pattern definition.
|
| ConstantPattern |
The constant pattern will always return the same string
|
| NumericPattern |
This class defines a pattern to generate the numeric random code.
|
| RandomPattern |
This class provides the common behaviors for a random pattern
|
| SequencePattern |
The class generates codes for Sequence pattern.
|
| Exception | Description |
|---|---|
| PatternDefineException |
The pattern definition exception class
|