|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ApplicationToInstall
Nested Class Summary | |
---|---|
static class |
ApplicationToInstall.ExeInstaller
|
static class |
ApplicationToInstall.Installer
|
static class |
ApplicationToInstall.MacInstaller
Installs dmg's and other file types on Mac OS X. |
static class |
ApplicationToInstall.MsiInstaller
|
static interface |
ApplicationToInstall.Searcher
|
static class |
ApplicationToInstall.TarGzipInstaller
Only works on unixes. |
static class |
ApplicationToInstall.ZipInstaller
|
Field Summary | |
---|---|
static java.lang.String |
INSTALLED_BUT_DIRECTORY_UNKNOWN
|
Method Summary | |
---|---|
void |
addedToApplicationSet(ApplicationSet applicationSet)
Called by ApplicationSet after the application has been added to the ApplicationSet. |
boolean |
getAskToFindPreviousInstalls()
Returns whether to ask the user whether this application has been installed before. |
java.lang.String |
getDescription()
|
java.lang.String |
getInstalledInDirectory()
After installing the program, this is the directory it was installed into. |
ApplicationToInstall.Installer |
getInstaller(ControlComputerInterface machineToInstallOn,
ApplicationSet applicationSet)
An installer or a zip of the application. |
java.lang.String |
getInstallerDirections(ControlComputerInterface machineToInstallOn)
Directions for installing the application by hand. |
java.net.URL[] |
getInstallerURL()
Any URLs that the application can be downloaded by hand, by users, if the application installer is not available or can't be used for any reason. |
java.lang.String |
getName()
|
ApplicationToInstall.Searcher |
getSearcher()
|
boolean |
getTryToFindPreviousInstalls()
Returns true if it should search for the installation directiory, returns false if it should not search for the installation directory. |
void |
setInstalledInDirectory(java.lang.String installedIn)
After installing the program, this is the directory it was installed into. |
Field Detail |
---|
static final java.lang.String INSTALLED_BUT_DIRECTORY_UNKNOWN
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
ApplicationToInstall.Installer getInstaller(ControlComputerInterface machineToInstallOn, ApplicationSet applicationSet)
applicationSet
-
java.net.URL[] getInstallerURL()
java.lang.String getInstallerDirections(ControlComputerInterface machineToInstallOn)
machineToInstallOn
-
void setInstalledInDirectory(java.lang.String installedIn)
java.lang.String getInstalledInDirectory()
boolean getAskToFindPreviousInstalls()
boolean getTryToFindPreviousInstalls()
void addedToApplicationSet(ApplicationSet applicationSet)
ApplicationToInstall.Searcher getSearcher()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |