public interface ScriptingHelpManager
ScriptingManager| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScriptingHelpManager.ScriptingHelpClass
Interface that represents a class contained on the JavaDocs
|
static interface |
ScriptingHelpManager.ScriptingHelpMethod
Interface that represents a method implemented by a class of the JavaDoc
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMethods(java.net.URL methodsfile) |
boolean |
existsHelp(java.lang.String name)
Checks if exists a help module from the application's helpset with the
same identificator
|
java.util.Map<java.lang.String,ScriptingHelpManager.ScriptingHelpMethod> |
findMethods(java.lang.String text)
Gets the methods of all the classes includes on the JavaDocs which
matches with the text provided
|
ScriptingHelpManager.ScriptingHelpClass |
getHelpClass(java.lang.String name) |
java.util.List<ScriptingHelpManager.ScriptingHelpClass> |
getHelpClasses() |
java.util.List<java.io.File> |
getHelpRoots() |
HelpSet |
getHelpSet()
Returns the HelpSet with the Help information of the JavaDocs registered
|
java.util.List<ScriptingHelpManager.ScriptingHelpMethod> |
getMethods()
Gets a List of all the
ScriptingHelpManager.ScriptingHelpMethods contained on the
JavaDocs |
boolean |
importJavadoc(java.lang.String name,
java.io.File javadocFolder,
SimpleTaskStatus status)
Adds a new help module to the application's helpset with the
identificator specified
|
java.net.URL |
makeURL(java.io.File helpsetfolder,
java.net.URL sourceurl) |
void |
reloadHelp()
Reloads the Help information of the JavaDocs
|
boolean |
removeHelp(java.lang.String name)
Removes a help module from the application's helpset
|
java.net.URL makeURL(java.io.File helpsetfolder,
java.net.URL sourceurl)
java.util.List<ScriptingHelpManager.ScriptingHelpMethod> getMethods()
ScriptingHelpManager.ScriptingHelpMethods contained on the
JavaDocsScriptingHelpManager.ScriptingHelpMethods on all the
ScriptingHelpAPIs importedvoid addMethods(java.net.URL methodsfile)
java.util.Map<java.lang.String,ScriptingHelpManager.ScriptingHelpMethod> findMethods(java.lang.String text)
text - HelpSet getHelpSet()
void reloadHelp()
boolean removeHelp(java.lang.String name)
name - String with the identificator of the module help to removeboolean existsHelp(java.lang.String name)
name - String with the identificator of the module help to checkboolean importJavadoc(java.lang.String name,
java.io.File javadocFolder,
SimpleTaskStatus status)
name - String with the identificator of the module help to addjavadocFolder - status - ScriptingHelpManager.ScriptingHelpClass getHelpClass(java.lang.String name)
java.util.List<ScriptingHelpManager.ScriptingHelpClass> getHelpClasses()
java.util.List<java.io.File> getHelpRoots()