public abstract class AbstractFreeDesktopEntryWriter extends Object implements FreeDesktopEntryWriter
| Constructor and Description |
|---|
AbstractFreeDesktopEntryWriter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ensureName(String input,
String defaultName,
String extension) |
PathInfo[] |
writeDesktop(FreeDesktopEntry.Group descriptor,
String fileName,
boolean doOverride,
net.thevpc.nuts.NutsId id) |
PathInfo[] |
writeMenu(FreeDesktopEntry.Group descriptor,
String fileName,
boolean doOverride,
net.thevpc.nuts.NutsId id) |
PathInfo[] |
writeShortcut(FreeDesktopEntry.Group descr,
Path path,
boolean doOverride,
net.thevpc.nuts.NutsId id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteDesktop, writeMenu, writeShortcutpublic PathInfo[] writeShortcut(FreeDesktopEntry.Group descr, Path path, boolean doOverride, net.thevpc.nuts.NutsId id)
writeShortcut in interface FreeDesktopEntryWriterpublic PathInfo[] writeDesktop(FreeDesktopEntry.Group descriptor, String fileName, boolean doOverride, net.thevpc.nuts.NutsId id)
writeDesktop in interface FreeDesktopEntryWriterpublic PathInfo[] writeMenu(FreeDesktopEntry.Group descriptor, String fileName, boolean doOverride, net.thevpc.nuts.NutsId id)
writeMenu in interface FreeDesktopEntryWriterCopyright © 2021 vpc open source initiative. All rights reserved.