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
-
Field Summary
Fields Modifier and Type Field Description private bnd
bnd
private Shell.ShellOptions
options
-
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()
private void
help(Processor domain, java.io.PrintWriter out)
void
loop()
Show the value of a macroprivate java.lang.String
process(Macro r, java.lang.String arg)
-
-
-
Field Detail
-
bnd
private bnd bnd
-
options
private Shell.ShellOptions options
-
-
Constructor Detail
-
Shell
public Shell(bnd bnd, Shell.ShellOptions options)
-
-
Method Detail
-
loop
public void loop() throws java.lang.Exception
Show the value of a macro- Throws:
java.lang.Exception
-
help
private void help(Processor domain, java.io.PrintWriter out)
-
process
private java.lang.String process(Macro r, java.lang.String arg)
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
-