public class PluginDevEnvironment extends Object
| Constructor and Description |
|---|
PluginDevEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.Copyright © 2003-2008 Jive Software.