Package org.fedoraproject.p2.app
Class P2InstallerApp
- java.lang.Object
-
- org.fedoraproject.p2.app.P2InstallerApp
-
public class P2InstallerApp extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description P2InstallerApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
private void
printDeps(java.util.Set<Dropin> dropins)
private int
run(CliRequest cliRequest, EclipseInstaller installer)
-
-
-
Method Detail
-
run
private int run(CliRequest cliRequest, EclipseInstaller installer) throws java.lang.Exception
- Throws:
java.lang.Exception
-
printDeps
private void printDeps(java.util.Set<Dropin> dropins)
-
main
public static void main(java.lang.String[] args)
-
-