Interface FromAddressGeneratorProvider.UserAddressGenFactory
- All Known Implementing Classes:
FromAddressGeneratorProvider.DefaultUserAddressGenFactory
- Enclosing class:
FromAddressGeneratorProvider
public static interface FromAddressGeneratorProvider.UserAddressGenFactory
A generic interface for creating user address generators.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(AccountCache accountCache, Pattern domainPattern, String anonymousCowardName, ParameterizedString nameRewriteTmpl, Address serverAddress)
-
Method Details
-
create
FromAddressGenerator create(AccountCache accountCache, Pattern domainPattern, String anonymousCowardName, ParameterizedString nameRewriteTmpl, Address serverAddress)
-