public class DefaultUserFormats extends Object implements UserFormats
UserFormat
for an specified user format type.UserFormatModuleDescriptor
Constructor and Description |
---|
DefaultUserFormats(UserFormatTypeConfiguration userFormatTypeConfiguration,
UserFormatModuleDescriptors userFormatModuleDescriptors,
UserKeyService userKeyService) |
Modifier and Type | Method and Description |
---|---|
UserFormatter |
formatter(String type)
Builds a user formatter for the specified type.
|
UserFormat |
forType(String type)
Builds a user format for the specified type.
|
public DefaultUserFormats(UserFormatTypeConfiguration userFormatTypeConfiguration, UserFormatModuleDescriptors userFormatModuleDescriptors, UserKeyService userKeyService)
public UserFormat forType(String type)
UserFormats
forType
in interface UserFormats
type
- the type of user format to build.public UserFormatter formatter(String type)
UserFormats
formatter
in interface UserFormats
type
- the type of user formatter to build.Copyright © 2002-2019 Atlassian. All Rights Reserved.