Tabnine Logo
Clazz.getReferred
Code IndexAdd Tabnine to your IDE (free)

How to use
getReferred
method
in
aQute.bnd.osgi.Clazz

Best Java code snippets using aQute.bnd.osgi.Clazz.getReferred (Showing top 11 results out of 315)

origin: com.atlassian.plugins/atlassian-plugins-osgi

Set<String> referredPackages = Sets.newHashSet(Collections2.transform(clazz.getReferred(),
    packageRef -> {
      if (packageRef != null) {
origin: biz.aQute/bndlib

if (hasOverlap(unresolvedReferences, clazz.getReferred()))
  culprits.add(clazz.getAbsolutePath());
origin: biz.aQute.bnd/bndlib

for (PackageRef p : clazz.getReferred()) {
  referred.put(p);
  refs.add(p);
origin: biz.aQute.bnd/biz.aQute.bnd

for (PackageRef p : clazz.getReferred()) {
  referred.put(p);
  refs.add(p);
origin: biz.aQute.bnd/biz.aQute.bndlib

for (PackageRef p : clazz.getReferred()) {
  referred.put(p);
  refs.add(p);
origin: biz.aQute.bnd/bnd

for (PackageRef p : clazz.getReferred()) {
  referred.put(p);
  refs.add(p);
origin: biz.aQute.bnd/bndlib

if (hasOverlap(unresolvedReferences, clazz.getReferred()))
  culprits.add(clazz.getAbsolutePath());
origin: biz.aQute.bnd/bnd

if (hasOverlap(unresolvedReferences, clazz.getReferred()))
  culprits.add(clazz.getAbsolutePath());
origin: biz.aQute.bnd/biz.aQute.bndlib

for (Clazz clazz : analyzer.getClassspace()
  .values()) {
  if (hasOverlap(unresolvedReferences, clazz.getReferred()))
    culprits.add(clazz.getAbsolutePath());
origin: biz.aQute.bnd/biz.aQute.bnd

for (Clazz clazz : analyzer.getClassspace()
  .values()) {
  if (hasOverlap(unresolvedReferences, clazz.getReferred()))
    culprits.add(clazz.getAbsolutePath());
origin: biz.aQute/bndlib

for (PackageRef p : clazz.getReferred()) {
  referred.put(p);
  refs.add(p);
aQute.bnd.osgiClazzgetReferred

Popular methods of Clazz

  • <init>
  • parseClassFileWithCollector
  • getClassName
  • getFQN
  • is
  • isAnnotation
  • isInterface
  • crawl
    We must find Class.forName references ...
  • doAnnotation
  • doAnnotations
  • doAttribute
    Process a single attribute, if not recognized, skip it.
  • doAttributes
    Called for each attribute in the class, field, or method.
  • doAttribute,
  • doAttributes,
  • doCode,
  • doConstantValue,
  • doElementValue,
  • doEnclosingMethod,
  • doExceptions,
  • doInnerClasses,
  • doParameterAnnotations

Popular in Java

  • Parsing JSON documents to java classes using gson
  • compareTo (BigDecimal)
  • getContentResolver (Context)
  • getResourceAsStream (ClassLoader)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • PhpStorm for WordPress
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now