Uses of Class
aQute.bnd.service.diff.Type
-
Packages that use Type Package Description aQute.bnd.differ This package provides baseline support.aQute.bnd.service.diff -
-
Uses of Type in aQute.bnd.differ
Fields in aQute.bnd.differ declared as Type Modifier and Type Field Description (package private) Type
Element. type
Fields in aQute.bnd.differ with type parameters of type Type Modifier and Type Field Description (package private) static java.util.EnumSet<Type>
JavaElement. INHERITED
Methods in aQute.bnd.differ that return Type Modifier and Type Method Description Type
DiffImpl. getType()
Type
Element. getType()
Methods in aQute.bnd.differ with parameters of type Type Modifier and Type Method Description private static Element
XmlRepoDiffer. extractElement(java.util.Map<java.lang.String,java.lang.Object> attributes, java.util.Map<java.lang.String,? extends java.lang.Object> directives, java.lang.String namespace, Type type, boolean expandFilter)
Creates a singleElement
comprising the specified attributes and directives which are associated with the specified namespace and differ typestatic java.util.List<Element>
XmlRepoDiffer. mapToElements(java.util.Map<java.lang.String,? extends java.lang.Object> entries, Type type, boolean expandFilter)
Creates list ofElement
s associating the specified entriesConstructors in aQute.bnd.differ with parameters of type Type Constructor Description Element(Type type, java.lang.String name)
Element(Type type, java.lang.String name, Element... children)
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, java.util.List<Element> children)
-
Uses of Type in aQute.bnd.service.diff
Fields in aQute.bnd.service.diff declared as Type Modifier and Type Field Description Type
Diff.Data. type
Type
Tree.Data. type
Methods in aQute.bnd.service.diff that return Type Modifier and Type Method 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.
-