Class RepositorySelectVersionDialog
- java.lang.Object
-
- de.julielab.jcore.pipeline.builder.cli.menu.dialog.RepositorySelectVersionDialog
-
- All Implemented Interfaces:
IMenuDialog,IMenuItem,Comparable<IMenuItem>
public class RepositorySelectVersionDialog extends Object implements IMenuDialog
-
-
Constructor Summary
Constructors Constructor Description RepositorySelectVersionDialog(ComponentRepository repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.beryx.textio.TextIO textIO, Deque<String> path)StringgetName()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.julielab.jcore.pipeline.builder.cli.menu.dialog.IMenuDialog
clearTerminal, printPosition
-
-
-
-
Constructor Detail
-
RepositorySelectVersionDialog
public RepositorySelectVersionDialog(ComponentRepository repository)
-
-