Uses of Class
aQute.bnd.osgi.Clazz.QUERY
-
Packages that use Clazz.QUERY Package Description aQute.bnd.osgi -
-
Uses of Clazz.QUERY in aQute.bnd.osgi
Fields in aQute.bnd.osgi with type parameters of type Clazz.QUERY Modifier and Type Field Description static java.util.EnumSet<Clazz.QUERY>Clazz. HAS_ARGUMENTMethods in aQute.bnd.osgi that return Clazz.QUERY Modifier and Type Method Description static Clazz.QUERYClazz.QUERY. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Clazz.QUERY[]Clazz.QUERY. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in aQute.bnd.osgi with parameters of type Clazz.QUERY Modifier and Type Method Description booleanClazz. is(Clazz.QUERY query, Instruction instr, Analyzer analyzer)
-