public class TransformerParameters extends Object
WebResourceTransformerFactory's methods| Constructor and Description |
|---|
TransformerParameters(String pluginKey,
String moduleKey,
String amdModuleLocation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmdModuleLocation()
If it's a parameters of AMD module (see `isAmdModule`) then it will return AMD module location,
otherwise returns null.
|
String |
getModuleKey() |
String |
getPluginKey() |
boolean |
isAmdModule()
If it's an AMD module instead of web-resource.
|
public String getPluginKey()
public String getModuleKey()
public boolean isAmdModule()
public String getAmdModuleLocation()
Copyright © 2018 Atlassian. All rights reserved.