Class DesktopCache
java.lang.Object
javaforce.linux.DesktopCache
- All Implemented Interfaces:
monitordir.Listener
Cache of .desktop files
- Author:
- pquiring Created : Jan 9, 2014
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidfolderChangeEvent(String event, String path) static StringgetDesktopFromExec(String exec) static StringgetDesktopFromPID(int pid) static StringgetDesktopFromText(String text) static List<DesktopCache.Desktop> getList()
-
Constructor Details
-
DesktopCache
public DesktopCache()
-
-
Method Details
-
buildCache
public static void buildCache() -
getDesktopFromPID
-
getDesktopFromExec
-
getDesktopFromText
-
getList
-
folderChangeEvent
- Specified by:
folderChangeEventin interfacemonitordir.Listener
-