Package com.logviewer.impl
Class InmemoryFavoritesService
java.lang.Object
com.logviewer.impl.InmemoryFavoritesService
- All Implemented Interfaces:
FavoriteLogService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFavoriteLog(String path) voidclear()booleanremoveFavorite(String path) voidsetEditable(boolean editable)
-
Constructor Details
-
InmemoryFavoritesService
public InmemoryFavoritesService()
-
-
Method Details
-
setEditable
public void setEditable(boolean editable) -
clear
public void clear() -
getFavorites
- Specified by:
getFavoritesin interfaceFavoriteLogService
-
addFavoriteLog
- Specified by:
addFavoriteLogin interfaceFavoriteLogService
-
removeFavorite
- Specified by:
removeFavoritein interfaceFavoriteLogService
-
isEditable
public boolean isEditable()- Specified by:
isEditablein interfaceFavoriteLogService
-