Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Uses of Interface
oracle.jdeveloper.java.filter.PackageNameFilter

Packages that use PackageNameFilter
oracle.jdeveloper.java Public API for the java model. 
oracle.jdeveloper.java.filter Filter classes for use with the java model. 
oracle.jdeveloper.java.locator Public implementations of the JavaClassLocator interface. 
oracle.jdeveloper.java.provider Public implementations of the JavaFileProvider interface. 
 

Uses of PackageNameFilter in oracle.jdeveloper.java
 

Methods in oracle.jdeveloper.java with parameters of type PackageNameFilter
 java.util.Collection<java.lang.String> JavaClassLocator.getAllPackages(PackageNameFilter filter)
          Fetch all of the packages that are known by this locator that satisfies the given filter.
 java.util.Collection<java.lang.String> JavaClassLocator2.getAllPackagesInterruptibly(PackageNameFilter filter)
          Fetch all of the packages that are known by this locator that satisfies the given filter.
 

Uses of PackageNameFilter in oracle.jdeveloper.java.filter
 

Classes in oracle.jdeveloper.java.filter that implement PackageNameFilter
 class PatternMatchNameFilter
          The PatternMatchNameFilter handles name matching for both class and package names.
 class SimpleNameFilter
          The SimpleClassNameFilter is a basic implementation of the ClassNameFilter and PackageNameFilter interface.
 

Uses of PackageNameFilter in oracle.jdeveloper.java.locator
 

Methods in oracle.jdeveloper.java.locator with parameters of type PackageNameFilter
 void JarClassPathClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
           
 void DirURLClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
abstract  void BaseClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 void CachedDirURLClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 void DebugClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 void ArrayClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 void JarURLClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 void PathClassLocator.getAllPackages(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Fetch all of the full packges that are known by this locator.
 java.util.Collection<java.lang.String> BaseClassLocator.getAllPackages(PackageNameFilter filter)
          Fetch all of the packages that are known by this locator that satisfies the given filter.
 void JarClassPathClassLocator.getAllPackagesInterruptibly(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
           
 void BaseClassLocator.getAllPackagesInterruptibly(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
          Get all of the full packges that are known by this locator.
 void DebugClassLocator.getAllPackagesInterruptibly(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
           
 void ArrayClassLocator.getAllPackagesInterruptibly(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
           
 void PathClassLocator.getAllPackagesInterruptibly(java.util.Collection<java.lang.String> out, PackageNameFilter filter)
           
 java.util.Collection<java.lang.String> BaseClassLocator.getAllPackagesInterruptibly(PackageNameFilter filter)
           
 

Uses of PackageNameFilter in oracle.jdeveloper.java.provider
 

Methods in oracle.jdeveloper.java.provider with parameters of type PackageNameFilter
 java.util.Collection<java.lang.String> LocatorWrapper.getAllPackages(PackageNameFilter filter)
          Fetch all of the packages that are known by this locator that satisfies the given filter.
 java.util.Collection<java.lang.String> LocatorWrapper.getAllPackagesInterruptibly(PackageNameFilter filter)
           
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.