Class PluginDevEnvironment


  • public class PluginDevEnvironment
    extends Object
    Represents the data model used to represent development mode within the Jive Openfire plugin framework.
    Author:
    Derek DeMoro
    • Constructor Detail

      • PluginDevEnvironment

        public PluginDevEnvironment()
    • Method Detail

      • getWebRoot

        public File getWebRoot()
        Returns the document root of a plugins web development application.
        Returns:
        the document root of a plugin.
      • setWebRoot

        public void setWebRoot​(File webRoot)
        Set the document root of a plugin.
        Parameters:
        webRoot - the document root of a plugin.
      • getClassesDir

        public File getClassesDir()
        Returns the classes directory of a plugin in development mode.
        Returns:
        the classes directory of a plugin in development mode.
      • setClassesDir

        public void setClassesDir​(File classesDir)
        Sets the classes directory of a plugin used in development mode.
        Parameters:
        classesDir - the classes directory.