public class ClasspathThemeStylesheet extends Object implements ThemeResource
ThemeResource.Type| Constructor and Description |
|---|
ClasspathThemeStylesheet(String moduleKey,
String name,
String location) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompleteModuleKey()
Returns the plugin module key which this stylesheet belongs to, or the plugin key if the resource
is specified at the plugin level.
|
String |
getLocation()
Returns the location of this resource as defined in the plugin xml.
|
String |
getName()
Returns the name of the stylesheet resource.
|
ThemeResource.Type |
getType() |
boolean |
isIeOnly()
Returns true iff the
ieonly param is set to true in the plugin, false otherwise. |
String |
toString() |
public ThemeResource.Type getType()
getType in interface ThemeResourcepublic String getLocation()
ThemeResourcegetLocation in interface ThemeResourcepublic String getCompleteModuleKey()
ThemeResourcegetCompleteModuleKey in interface ThemeResourcepublic String getName()
ThemeResourcegetName in interface ThemeResourcepublic boolean isIeOnly()
ThemeResourceieonly param is set to true in the plugin, false otherwise.isIeOnly in interface ThemeResourceieonly param is set to true.Copyright © 2003–2022 Atlassian. All rights reserved.