|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.browsecode.helpers.installer.applications.ApplicationToInstallStub org.browsecode.helpers.installer.applications.InstallMySQL
public class InstallMySQL
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub |
---|
ApplicationToInstallStub.SimpleSearcherStub |
Nested classes/interfaces inherited from interface org.browsecode.helpers.installer.applications.ApplicationToInstall |
---|
ApplicationToInstall.ExeInstaller, ApplicationToInstall.Installer, ApplicationToInstall.MacInstaller, ApplicationToInstall.MsiInstaller, ApplicationToInstall.Searcher, ApplicationToInstall.TarGzipInstaller, ApplicationToInstall.ZipInstaller |
Field Summary |
---|
Fields inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub |
---|
description, installedInDirectory, installerFiles, installerWebsites, name |
Fields inherited from interface org.browsecode.helpers.installer.applications.ApplicationToInstall |
---|
INSTALLED_BUT_DIRECTORY_UNKNOWN |
Constructor Summary | |
---|---|
InstallMySQL()
|
Method Summary | |
---|---|
java.lang.String[] |
getInstalledFileName(int operatingSystem)
A path and file that is installed when this program has been installed. |
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. |
void |
setInstallers(java.net.URL[] installerFile)
Set these in order of preference -- i.e. executables first, zip files (assumed to be platform independent) last. |
void |
setInstallersPath(java.lang.String installersPath)
|
Methods inherited from class org.browsecode.helpers.installer.applications.ApplicationToInstallStub |
---|
addedToApplicationSet, getAskToFindPreviousInstalls, getDescription, getInstalledFileMatches, getInstalledInDirectory, getInstallers, getInstallerURL, getName, getSearcher, getTryToFindPreviousInstalls, setAskUserIfInstalledBefore, setDescription, setInstalledInDirectory, setInstallerURL, setName, setTryToFindPreviousInstalls |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstallMySQL()
Method Detail |
---|
public void setInstallers(java.net.URL[] installerFile)
ApplicationToInstallStub
setInstallers
in class ApplicationToInstallStub
public void setInstallersPath(java.lang.String installersPath)
public ApplicationToInstall.Installer getInstaller(ControlComputerInterface machineToInstallOn, ApplicationSet applicationSet)
ApplicationToInstall
getInstaller
in interface ApplicationToInstall
getInstaller
in class ApplicationToInstallStub
public java.lang.String[] getInstalledFileName(int operatingSystem)
ApplicationToInstallStub
getInstalledFileName
in class ApplicationToInstallStub
operatingSystem
- The OS that the target platform is running on. This will be gathered from org.browsecode.helpers.controlcomputer.ControlComputerInterface.
public java.lang.String getInstallerDirections(ControlComputerInterface machineToInstallOn)
ApplicationToInstall
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |