public static class PluginDescriptor.PluginExtensionDescription
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
cssFile
The CSS file specified by an AuthorStylesheet extension.
|
java.util.List<java.io.File> |
folders
The folder paths provided by the plugin descriptor.
|
java.lang.String |
name
Name of plugin action
|
PluginExtension |
pluginExtension
The plugin extension
|
java.lang.String |
pluginType
The plugin type
|
java.lang.String |
resourcesFolderHref
The href at which the resources from the static folder will be accessed.
|
java.lang.String |
resourcesFolderPath
The path of the static resources folder
relative to the plugin base dir.
|
java.lang.String |
role
The role of this extension.
|
java.lang.String |
shortcut
The plugin shortcut
|
Constructor and Description |
---|
PluginExtensionDescription(java.lang.String pluginType,
PluginExtension pluginExtension,
java.lang.String actionName,
java.lang.String shortcut,
java.lang.String cssFile,
java.util.List<java.io.File> folders,
java.lang.String resourcesFolderHref,
java.lang.String resourcesFolderPath,
java.lang.String role)
Constructor.
|
public final PluginExtension pluginExtension
public final java.lang.String pluginType
public final java.lang.String name
public final java.lang.String shortcut
public final java.util.List<java.io.File> folders
public final java.lang.String cssFile
public final java.lang.String resourcesFolderHref
public final java.lang.String resourcesFolderPath
public final java.lang.String role
public PluginExtensionDescription(java.lang.String pluginType, PluginExtension pluginExtension, java.lang.String actionName, java.lang.String shortcut, java.lang.String cssFile, java.util.List<java.io.File> folders, java.lang.String resourcesFolderHref, java.lang.String resourcesFolderPath, java.lang.String role)
pluginType
- The plugin typepluginExtension
- The plugin extensionactionName
- Name of plugin action if any.shortcut
- The plugin shortcutcssFile
- The CSS file specified by an AuthorCSS extension.folders
- The folder paths provided by the plugin descriptor.resourcesFolderHref
- The Href at which to request the plugin's static resources.resourcesFolderPath
- The path to the static resources folder relative to the plugin base directory.role
- The role of this extension© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.