|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.installguru.installer.Shortcut
The instance of this class represents a platform specific shortcut.
OSUtil.createShortcut(Shortcut), Serialized Form| Constructor Summary | |
Shortcut()
Creates a new instance of Shortcut |
|
| Method Summary | |
java.lang.String |
getDescription()
Getter for property description. |
java.lang.String |
getDestination()
Getter for property destination. |
java.lang.String |
getIcon()
Getter for property icon. |
java.lang.String |
getName()
Getter for property name. |
java.lang.String |
getSource()
Getter for property source. |
java.lang.String |
getWorkingDir()
Getter for property workingDir. |
void |
setDescription(java.lang.String description)
Setter for property description. |
void |
setDestination(java.lang.String destination)
Setter for property destination. |
void |
setIcon(java.lang.String icon)
Setter for property icon. |
void |
setName(java.lang.String name)
Setter for property name. |
void |
setSource(java.lang.String source)
Setter for property source. |
void |
setWorkingDir(java.lang.String workingDir)
Setter for property workingDir. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Shortcut()
| Method Detail |
public java.lang.String getName()
public void setName(java.lang.String name)
name - New value of property name.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - New value of property description.public java.lang.String getSource()
public void setSource(java.lang.String source)
source - New value of property source.public java.lang.String getDestination()
public void setDestination(java.lang.String destination)
destination - New value of property destination.public java.lang.String getIcon()
public void setIcon(java.lang.String icon)
icon - New value of property icon.public java.lang.String getWorkingDir()
public void setWorkingDir(java.lang.String workingDir)
workingDir - New value of property workingDir.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||