Package aQute.bnd.main
Class GraphCommand
- java.lang.Object
-
- aQute.bnd.main.GraphCommand
-
- All Implemented Interfaces:
java.lang.AutoCloseable
public class GraphCommand extends java.lang.Object implements java.lang.AutoCloseable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static interface
GraphCommand.GraphOptions
(package private) static interface
GraphCommand.RootOptions
-
Constructor Summary
Constructors Constructor Description GraphCommand(bnd bnd, GraphCommand.GraphOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
_roots(GraphCommand.RootOptions options)
void
close()
-
-
-
Constructor Detail
-
GraphCommand
GraphCommand(bnd bnd, GraphCommand.GraphOptions options) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
_roots
public void _roots(GraphCommand.RootOptions options)
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
-