public class DefaultDecorator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_CONTENT |
static String |
TYPE_DECORATOR |
static String |
TYPE_EXPORT |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static DefaultDecorator |
getByFileName(String fileName)
Returns a registered default decorator, matched by decorator file name.
|
static List<DefaultDecorator> |
getDecorators()
Get all registered default decorators.
|
static List<DefaultDecorator> |
getDecorators(String type)
Get registered decorators by type.
|
String |
getDescriptionKey() |
String |
getFileName() |
String |
getKey() |
String |
getNameKey() |
String |
getType() |
String |
getTypeDescriptionKey() |
String |
getTypeNameKey() |
int |
hashCode() |
String |
toString() |
public static final String TYPE_DECORATOR
public static final String TYPE_EXPORT
public static final String TYPE_CONTENT
public static List<DefaultDecorator> getDecorators()
public static List<DefaultDecorator> getDecorators(String type)
type
- Decorator type from DefaultDecorator type contstantspublic static DefaultDecorator getByFileName(String fileName)
fileName
- File name of the decoratorpublic String getFileName()
public String getKey()
public String getType()
public String getNameKey()
public String getDescriptionKey()
public String getTypeNameKey()
public String getTypeDescriptionKey()
Copyright © 2003–2015 Atlassian. All rights reserved.