- java.lang.Object
-
- smartefact.xdg.desktopentry.DesktopEntry.Group
-
- Enclosing class:
- DesktopEntry
public static final class DesktopEntry.Group extends Object
Group in a desktop entry.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(@Nullable Object object)@NotNull Map<@NotNull String,@NotNull DesktopEntry.Entry>getEntriesByKey()@NotNull List<@NotNull DesktopEntry.Line>getLines()@NotNull StringgetName()inthashCode()static booleanisLegalGroupChar(char c)static booleanisLegalGroupName(@NotNull String string)@NotNull StringtoString()
-
-
-
Field Detail
-
LSB
public static final char LSB
- See Also:
- Constant Field Values
-
RSB
public static final char RSB
- See Also:
- Constant Field Values
-
-
Method Detail
-
isLegalGroupChar
@Contract(pure=true) public static boolean isLegalGroupChar(char c)
-
isLegalGroupName
@Contract(pure=true) public static boolean isLegalGroupName(@NotNull @NotNull String string)
-
getEntriesByKey
@Contract(pure=true) @NotNull public @NotNull Map<@NotNull String,@NotNull DesktopEntry.Entry> getEntriesByKey()
-
equals
@Contract(value="null -> false", pure=true) public boolean equals(@Nullable @Nullable Object object)
-
-