public static class FreeDesktopEntry.Group extends Object
public Group(String groupName)
public static FreeDesktopEntry.Group desktopEntry(String name, String exec, String path)
public static FreeDesktopEntry.Group application(String entryId, String name, String exec, String path)
public static FreeDesktopEntry.Group link(String entryId, String name, String url)
public static FreeDesktopEntry.Group directory(String entryId, String name, String path)
public String getGroupName()
public String getVersion()
public FreeDesktopEntry.Group setVersion(String version)
public FreeDesktopEntry.Type getType()
public FreeDesktopEntry.Group setType(FreeDesktopEntry.Type type)
public String getName()
public FreeDesktopEntry.Group setName(String name)
public String getGenericName()
public FreeDesktopEntry.Group setGenericName(String genericName)
public String getComment()
public FreeDesktopEntry.Group setComment(String comment)
public String getTryExec()
public FreeDesktopEntry.Group setTryExec(String tryExec)
public String getExec()
public FreeDesktopEntry.Group setExec(String exec)
public String getIcon()
public FreeDesktopEntry.Group setIcon(String icon)
public String getPath()
public FreeDesktopEntry.Group setPath(String path)
public boolean isNoDisplay()
public FreeDesktopEntry.Group setNoDisplay(boolean noDisplay)
public boolean isHidden()
public FreeDesktopEntry.Group setHidden(boolean hidden)
public boolean isTerminal()
public FreeDesktopEntry.Group setTerminal(boolean terminal)
public boolean isDbusActivatable()
public FreeDesktopEntry.Group setDbusActivatable(boolean dbusActivatable)
public FreeDesktopEntry.Group setActions(List<String> actions)
public FreeDesktopEntry.Group setMimeType(List<String> mimeType)
public FreeDesktopEntry.Group addCategory(String category)
public FreeDesktopEntry.Group setCategories(List<String> categories)
public FreeDesktopEntry.Group setImplementsList(List<String> implementsList)
public FreeDesktopEntry.Group setKeywords(List<String> keywords)
public FreeDesktopEntry.Group setOnlyShowIn(List<String> onlyShowIn)
public FreeDesktopEntry.Group setNotShowIn(List<String> notShowIn)
public boolean isStartNotify()
public FreeDesktopEntry.Group setStartNotify(boolean startNotify)
public String getStartupWMClass()
public FreeDesktopEntry.Group setStartupWMClass(String startupWMClass)
public String getUrl()
public FreeDesktopEntry.Group setUrl(String url)
public boolean isPrefersNonDefaultGPU()
public FreeDesktopEntry.Group setPrefersNonDefaultGPU(boolean prefersNonDefaultGPU)
Copyright © 2022 vpc open source initiative. All rights reserved.