|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILauncher
This interface can be implemented by a launcher component which will be registered at the LauncherFactory. A launcher can add or remove java depended information, e.g. jar file to a launcher control file (Batch file or shell script).
| Method Summary | |
|---|---|
void |
addLibrary(String lib)
Adds the given library to the launchers control file. |
String |
getID()
Gets a unique ID of the launcher. |
void |
removeLibrary(String lib)
Removes the given library name from the launchers control file. |
| Method Detail |
|---|
void addLibrary(String lib)
lib - library name to be addedvoid removeLibrary(String lib)
lib - library name to be removedString getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||