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

  • Start an intent from android
  • getSharedPreferences (Context)
  • getExternalFilesDir (Context)
  • addToBackStack (FragmentTransaction)
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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