java.lang.Object
de.uplanet.lucy.server.auxiliaries.share.velocity.plugin.PluginCacheWrapper

@VelocityCallable("singleton") public final class PluginCacheWrapper extends Object
Velocity interface of the RT plugin cache.
  • Constructor Details

    • PluginCacheWrapper

      public PluginCacheWrapper()
      Constructor.
  • Method Details

    • getPlugin

      public de.uplanet.lucy.server.auxiliaries.share.velocity.plugin.VcPluginInfo getPlugin(String p_strPluginGuid)
      Gets the information of the plugin by its GUID.
      Parameters:
      p_strPluginGuid - The GUID of the plugin.
      Returns:
      Plugin information or null if the cache contains no information for the plugin using the given GUID.