Package | Description |
---|---|
aQute.bnd.differ | |
aQute.bnd.service.diff |
Modifier and Type | Field and Description |
---|---|
(package private) Type |
Element.type |
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.EnumSet<Type> |
JavaElement.INHERITED |
Modifier and Type | Method and Description |
---|---|
Type |
DiffImpl.getType() |
Type |
Element.getType() |
Constructor and Description |
---|
Element(Type type,
java.lang.String name) |
Element(Type type,
java.lang.String name,
java.util.Collection<? extends Element> children,
Delta add,
Delta remove,
java.lang.String comment) |
Element(Type type,
java.lang.String name,
Element... children) |
Modifier and Type | Field and Description |
---|---|
Type |
Diff.Data.type |
Type |
Tree.Data.type |
Modifier and Type | Method and Description |
---|---|
Type |
Diff.getType() |
Type |
Tree.getType() |
static Type |
Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|