|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JavaHelp
is the interface for JavaHelpAgent.
The JavaHelpAgent
is the interface between Metaglue and
Sun's JavaHelp system. This agent creates various XML files needed by
JavaHelp in order to display HTML help files.
Good
Fields inherited from interface metaglue.Agent |
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING |
Method Summary | |
void |
generateHelpSet(String sHelpSetName,
String sBasePath)
Generates the HelpSet .hs file. |
void |
generateIndex(String sHelpSetName,
Vector vInput,
String sBasePath)
Generates the Index file needed by JavaHelp. |
void |
generateJavaHelpFiles(String sHelpSetName,
Vector vHelpFiles,
Vector vSortedHelpFiles,
String sBasePath)
Generates the XML files needed by the JavaHelp system. |
void |
generateMap(String sHelpSetName,
Vector vInput,
String sBasePath)
Generates the map file needed by JavaHelp. |
void |
generateTOC(String sHelpSetName,
Vector vInput,
String sBasePath)
Generates the Table Of Contents file neede by JavaHelp. |
File |
getHelpSetFile()
Returns the HelpSet file as a File object. |
String |
getHelpSetFullName()
Returns the full name (including path) of the HelpSet file. |
File |
getMapFile()
Returns the Map file as a File object. |
String |
getMapFullName()
Returns the full name (including path) of the Map file. |
URL |
getMapURL()
Returns the location of the Map file as a URL. |
Methods inherited from interface agentland.resource.Managed |
getNeed, replace, replace, resources, yank, yank |
Methods inherited from interface agentland.util.Good |
getHistory, getHistoryElement, resetHistory |
Methods inherited from interface metaglue.Agent |
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou |
Methods inherited from interface agentland.util.Spy |
tell |
Method Detail |
public void generateJavaHelpFiles(String sHelpSetName, Vector vHelpFiles, Vector vSortedHelpFiles, String sBasePath) throws RemoteException
sHelpSetName
- a String
valuevHelpFiles
- a Vector
valuevSortedHelpFiles
- a Vector
valuesBasePath
- a String
valueRemoteException
- if an error occurspublic void generateHelpSet(String sHelpSetName, String sBasePath) throws RemoteException
sHelpSetName
- a String
value of the HelpSet's name.sBasePath
- a String
value of the path where the
HelpSet file should be located.RemoteException
- if an error occurspublic void generateMap(String sHelpSetName, Vector vInput, String sBasePath) throws RemoteException
sHelpSetName
- a String
valuevInput
- a Vector
valuesBasePath
- a String
valueRemoteException
- if an error occurspublic void generateTOC(String sHelpSetName, Vector vInput, String sBasePath) throws RemoteException
sHelpSetName
- a String
valuevInput
- a Vector
valuesBasePath
- a String
valueRemoteException
- if an error occurspublic void generateIndex(String sHelpSetName, Vector vInput, String sBasePath) throws RemoteException
sHelpSetName
- a String
valuevInput
- a Vector
valuesBasePath
- a String
valueRemoteException
- if an error occurspublic File getHelpSetFile() throws RemoteException
File
valueRemoteException
- if an error occurspublic String getHelpSetFullName() throws RemoteException
String
valueRemoteException
- if an error occurspublic File getMapFile() throws RemoteException
File
valueRemoteException
- if an error occurspublic String getMapFullName() throws RemoteException
String
valueRemoteException
- if an error occurspublic URL getMapURL() throws RemoteException
URL
valueRemoteException
- if an error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |