|
Openfire 3.6.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.container.PluginDevEnvironment
public class PluginDevEnvironment
Represents the data model used to represent development mode within the Jive Openfire plugin framework.
Constructor Summary | |
---|---|
PluginDevEnvironment()
|
Method Summary | |
---|---|
File |
getClassesDir()
Returns the classes directory of a plugin in development mode. |
File |
getWebRoot()
Returns the document root of a plugins web development application. |
void |
setClassesDir(File classesDir)
Sets the classes directory of a plugin used in development mode. |
void |
setWebRoot(File webRoot)
Set the document root of a plugin. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginDevEnvironment()
Method Detail |
---|
public File getWebRoot()
public void setWebRoot(File webRoot)
webRoot
- the document root of a plugin.public File getClassesDir()
public void setClassesDir(File classesDir)
classesDir
- the classes directory.
|
Openfire 3.6.1 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |