public interface Diff
Modifier and Type | Interface and Description |
---|---|
static class |
Diff.Data |
static interface |
Diff.Ignore |
Modifier and Type | Method and Description |
---|---|
Diff |
get(String name) |
Collection<? extends Diff> |
getChildren() |
Delta |
getDelta() |
Delta |
getDelta(Diff.Ignore ignore) |
String |
getName() |
Tree |
getNewer() |
Tree |
getOlder() |
Type |
getType() |
Diff.Data |
serialize() |
Copyright © 2015 aQute SARL. All rights reserved.