Interface OceanusResourceId
- All Known Subinterfaces:
MetisHelpModule.MetisHelpId,TethysUIHTMLManager.TethysUIStyleSheetId,TethysUIIconId,TethysUIToolBarManager.TethysUIToolBarId
- All Known Implementing Classes:
MetisIcon,MetisViewerIcon,MetisViewerStyleSheet,PrometheusIcon,TethysUICoreIcon,TethysUIScrollIcon
public interface OceanusResourceId
Interface for resourceIds.
-
Method Summary
Modifier and TypeMethodDescriptionObtain the resource as an inputStream.Obtain the source file name.
-
Method Details
-
getSourceName
String getSourceName()Obtain the source file name.- Returns:
- the fileName
-
getInputStream
InputStream getInputStream()Obtain the resource as an inputStream.- Returns:
- the inputStream
-