public interface IBrandingAdvice
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExecutableName()
Returns the name of the launcher.
|
java.lang.String[] |
getIcons()
Returns the list of icon files to be used in branding an executable.
|
java.lang.String |
getOS()
Returns the OS that this branding advice is relevant for.
|
java.lang.String getOS()
java.lang.String[] getIcons()
null if none.java.lang.String getExecutableName()
null if none.