Package ru.bgerp.plugin.blow
Class Plugin
- java.lang.Object
-
- ru.bgcrm.plugin.Plugin
-
- ru.bgerp.plugin.blow.Plugin
-
public class Plugin extends Plugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ID
static java.lang.String
PATH_JSP_OPEN
static java.lang.String
PATH_JSP_USER
-
Fields inherited from class ru.bgcrm.plugin.Plugin
PATH_CSS, PATH_JS, PATH_JSP, PATH_JSP_OPEN_PLUGIN, PATH_JSP_USER_PLUGIN, PATH_WEBAPP
-
-
Constructor Summary
Constructors Constructor Description Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getOwnedPaths()
Owned directories, used for removing of excess files on unpacking of update.zip.protected java.util.Map<java.lang.String,java.lang.String>
loadEndpoints()
Default implementation, loads endpoints from the XMLPlugin.document
.-
Methods inherited from class ru.bgcrm.plugin.Plugin
getDependencies, getDocument, getEndpoints, getId, getLanguages, getName, getObjectTypes, getResourcePath, getTables, getUnusedPaths, getXml, init, isEnabled
-
-
-
-
Field Detail
-
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
-
PATH_JSP_USER
public static final java.lang.String PATH_JSP_USER
- See Also:
- Constant Field Values
-
PATH_JSP_OPEN
public static final java.lang.String PATH_JSP_OPEN
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadEndpoints
protected java.util.Map<java.lang.String,java.lang.String> loadEndpoints()
Description copied from class:Plugin
Default implementation, loads endpoints from the XMLPlugin.document
. Deprecated way, for backward compatibility only.- Overrides:
loadEndpoints
in classPlugin
- Returns:
-
getOwnedPaths
public java.util.Set<java.lang.String> getOwnedPaths()
Description copied from class:Plugin
Owned directories, used for removing of excess files on unpacking of update.zip.- Overrides:
getOwnedPaths
in classPlugin
- Returns:
-
-