Package | Description |
---|---|
org.uberfire.ext.plugin.model |
Modifier and Type | Method and Description |
---|---|
static CodeType |
CodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeType[] |
CodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<CodeType,String> |
PluginSimpleContent.getCodeMap() |
Constructor and Description |
---|
PluginContent(String name,
PluginType type,
Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language,
Set<Media> mediaLibrary) |
PluginSimpleContent(PluginSimpleContent pluginContent,
String template,
Map<CodeType,String> codeMap) |
PluginSimpleContent(PluginSimpleContent pluginContent,
String template,
String css,
Map<CodeType,String> codeMap,
Collection<Framework> frameworks,
Language language) |
PluginSimpleContent(String name,
PluginType type,
Path path,
String template,
String css,
Map<CodeType,String> codeMap,
Set<Framework> frameworks,
Language language) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.