Classes | |
| class | OrderedDictYAMLLoader |
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, OrderedDictYAMLLoader) |
| def installer.install | ( | eclipse_repo, | |
| eclipse_component | |||
| ) |
Definition at line 62 of file installer.py.
| def installer.install_emfatic | ( | ) |
Definition at line 75 of file installer.py.
| def installer.uninstall | ( | eclipse_repo, | |
| eclipse_component | |||
| ) |
Definition at line 66 of file installer.py.
| def installer.update | ( | eclipse_repo, | |
| eclipse_component | |||
| ) |
Definition at line 70 of file installer.py.
| string installer::eclipse_app = "org.eclipse.equinox.p2.director" |
Definition at line 59 of file installer.py.
| string installer::eclipse_opts = "-nosplash" |
Definition at line 60 of file installer.py.
| tuple installer::stream = file(sys.argv[1], 'r') |
Definition at line 84 of file installer.py.
| tuple installer::toinstall = yaml.load(stream, OrderedDictYAMLLoader) |
Definition at line 85 of file installer.py.