Package aQute.bnd.main
Class Shell
- java.lang.Object
-
- aQute.bnd.main.Shell
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class Shell extends java.lang.Object implements java.lang.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Shell.ShellOptions
-
Constructor Summary
Constructors Constructor Description Shell(bnd bnd, Shell.ShellOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
loop()
Show the value of a macro
-
-
-
Constructor Detail
-
Shell
public Shell(bnd bnd, Shell.ShellOptions options)
-
-