org.yasl.jars
Interface DynamicJarLoaderStatus
- All Known Implementing Classes:
- JarInspProgressThread
- public interface DynamicJarLoaderStatus
- Version:
- 1.0
- Author:
- Jeff Chapman
Method Summary |
void |
jarLoadStatus(int mssgId,
String mssg)
Records the status of the jar loading process for
display to user. |
MSSGID_FINDINGJARFILES
public static final int MSSGID_FINDINGJARFILES
- See Also:
- Constant Field Values
MSSGID_FINDINGCLASSES
public static final int MSSGID_FINDINGCLASSES
- See Also:
- Constant Field Values
MSSGID_LOADINGCLASSES
public static final int MSSGID_LOADINGCLASSES
- See Also:
- Constant Field Values
MSSGID_FINDINGRESOURCES
public static final int MSSGID_FINDINGRESOURCES
- See Also:
- Constant Field Values
jarLoadStatus
public void jarLoadStatus(int mssgId,
String mssg)
- Records the status of the jar loading process for
display to user. The implementing class will handle
creating the message to display to the user.
The mssgId integer refers to one of the MSSGID constants.
The mssg String value depends on the particular MSSGID:
MSSGID_FINDINGJARFILES = jar file name
MSSGID_FINDINGCLASSES = jar file name
MSSGID_FINDINGRESOURCES = jar file name
MSSGID_LOADINGCLASSES = class name
- Parameters:
mssgId
- intmssg
- String