Package aQute.bnd.service.diff
Interface Diff
-
- All Known Implementing Classes:
DiffImpl
public interface Diff
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Diff.Data
static interface
Diff.Ignore
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Diff
get(java.lang.String name)
java.util.Collection<Diff>
getChildren()
Delta
getDelta()
Delta
getDelta(Diff.Ignore ignore)
java.lang.String
getName()
Tree
getNewer()
Tree
getOlder()
Type
getType()
Diff.Data
serialize()
-
-
-
Method Detail
-
serialize
Diff.Data serialize()
-
getDelta
Delta getDelta()
-
getDelta
Delta getDelta(Diff.Ignore ignore)
-
getType
Type getType()
-
getName
java.lang.String getName()
-
getOlder
Tree getOlder()
-
getNewer
Tree getNewer()
-
getChildren
java.util.Collection<Diff> getChildren()
-
get
Diff get(java.lang.String name)
-
-