org.sourcejammer.server.plugin |
|
Java Source File Name | Type | Comment |
ArchiveContext.java | Interface | Title: $FileName: ArchiveContext.java$
version: $VerNum: 5$ author: $AuthorName: Rob MacGrogan$
author: $Description: Allows certain read-only actions to be author: performed on an archive. |
MissingParamException.java | Class | Exception thrown when a plugin deffinition does not include a required parameter.
If thrown when initialising the plugin, it prevents the plugin from being
loaded, with the subsequent save of resources (if a required param has not been
set, the plugin will not work correctly anyway, so it is better to avoid calling
its methods anyway).
Of course, missing optional parameters should not cause this exception being trown.
To know the name of the expected parameter, use getMissingParamName(). |
ROFile.java | Interface | |
ROProject.java | Interface | |
SJServerAction.java | Interface | Title: $FileName: SJServerAction.java$
version: $VerNum: 2$ author: $AuthorName: Rob MacGrogan$
author: $Description: Interface to definies server action plugins. |
SJServerActionAdapter.java | Class | Title: $FileName: SJServerActionAdapter.java$
version: $VerNum: 4$ author: $AuthorName: Rob MacGrogan$
author: $Description: For convenience, this adapter is provided. |
SJServerEvent.java | Interface | |
SJServerFileChangeAdapter.java | Class | Title: $FileName: SJServerFileChangeAdapter.java$
version: $VerNum: 5$ author: $AuthorName: Rob MacGrogan$
author: $Description: A default adapter for author: SJServerFileChangeListener. |
SJServerFileChangeListener.java | Interface | |
SJServerFileEvent.java | Interface | |
SJServerPlugin.java | Interface | |
SJServerProjectChangeAdapter.java | Class | Title: $FileName: SJServerProjectChangeAdapter.java$
version: $VerNum: 3$ author: $AuthorName: Rob MacGrogan$
author: $Description: Convenient adapter of author: SJServerProjectChangeListener. |
SJServerProjectChangeListener.java | Interface | |
SJServerProjectEvent.java | Interface | |