Package aQute.bnd.main
Class XRefCommand
- java.lang.Object
-
- aQute.bnd.main.XRefCommand
-
public class XRefCommand extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXRefCommand.All(package private) static interfaceXRefCommand.xrefOptions
-
Constructor Summary
Constructors Constructor Description XRefCommand(bnd bnd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private <T> java.util.Set<T>flatten(MultiMap<T,T> packages)private voidprintReferred(java.lang.String referrredTo, java.lang.String joined)private voidprintxref(MultiMap<?,?> map, java.lang.String direction)(package private) voidxref(XRefCommand.xrefOptions options)
-
-
-
Field Detail
-
bnd
private final bnd bnd
-
-
Constructor Detail
-
XRefCommand
XRefCommand(bnd bnd)
-
-
Method Detail
-
xref
void xref(XRefCommand.xrefOptions options) throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
-
flatten
private <T> java.util.Set<T> flatten(MultiMap<T,T> packages)
-
printReferred
private void printReferred(java.lang.String referrredTo, java.lang.String joined) throws java.io.FileNotFoundException- Throws:
java.io.FileNotFoundException
-
printxref
private void printxref(MultiMap<?,?> map, java.lang.String direction)
-
-