$search
Functions | |
| def | install |
| def | install_emfatic |
| def | uninstall |
| def | update |
Variables | |
| string | eclipse_app = "org.eclipse.equinox.p2.director" |
| string | eclipse_opts = "-nosplash" |
| tuple | stream = file(sys.argv[1], 'r') |
| tuple | toinstall = yaml.load(stream) |
| def installer::install | ( | eclipse_repo, | ||
| eclipse_component | ||||
| ) |
Definition at line 15 of file installer.py.
| def installer::install_emfatic | ( | ) |
Definition at line 28 of file installer.py.
| def installer::uninstall | ( | eclipse_repo, | ||
| eclipse_component | ||||
| ) |
Definition at line 19 of file installer.py.
| def installer::update | ( | eclipse_repo, | ||
| eclipse_component | ||||
| ) |
Definition at line 23 of file installer.py.
| string installer::eclipse_app = "org.eclipse.equinox.p2.director" |
Definition at line 12 of file installer.py.
| string installer::eclipse_opts = "-nosplash" |
Definition at line 13 of file installer.py.
| tuple installer::stream = file(sys.argv[1], 'r') |
Definition at line 37 of file installer.py.
| tuple installer::toinstall = yaml.load(stream) |
Definition at line 38 of file installer.py.