| |
|
| java.lang.Object com.memoire.vainstall.VAShortcutEntry
VAShortcutEntry | public class VAShortcutEntry (Code) | | |
createOnDesktop_ | boolean createOnDesktop_(Code) | | |
isUninstall_ | boolean isUninstall_(Code) | | |
VAShortcutEntry | public VAShortcutEntry(String _exePath)(Code) | | The name of the icon is built with the path.
Parameters: _exePath - the path to the exe |
getComment | public String getComment()(Code) | | Returns the comment. |
getExePath | public String getExePath()(Code) | | Returns the exePath. |
getIconPath | public String getIconPath()(Code) | | Returns the iconPath. |
getWorkingDirectory | public String getWorkingDirectory()(Code) | | Returns the workingDirectory. |
isCreateOnDesktop | final public boolean isCreateOnDesktop()(Code) | | Returns the createOnDesktop. |
isLaunchInTerminal | public boolean isLaunchInTerminal()(Code) | | Returns the launchInTerminal. |
isUninstall | final public boolean isUninstall()(Code) | | Returns the isUninstall. |
setComment | public void setComment(String _comment)(Code) | | Parameters: _comment - The comment to set. |
setCreateOnDesktop | final public void setCreateOnDesktop(boolean _createOnDesktop)(Code) | | Parameters: _createOnDesktop - The createOnDesktop to set. |
setExePath | public void setExePath(String _exePath)(Code) | | Parameters: _exePath - The exePath to set. |
setIconPath | public void setIconPath(String _iconPath)(Code) | | Parameters: _iconPath - The iconPath to set. |
setLaunchInTerminal | public void setLaunchInTerminal(boolean _launchInTerminal)(Code) | | Parameters: _launchInTerminal - The launchInTerminal to set. |
setName | public void setName(String _name)(Code) | | Parameters: _name - The name to set. |
setType | public void setType(String _type)(Code) | | Parameters: _type - The type to set. |
setUninstall | final public void setUninstall(boolean _isUninstall)(Code) | | Parameters: _isUninstall - The isUninstall to set. |
setWorkingDirectory | public void setWorkingDirectory(String _workingDirectory)(Code) | | Parameters: _workingDirectory - The workingDirectory to set. |
|
|
|