Uses of Interface
net.sf.clirr.core.spi.Scoped

Packages that use Scoped
net.sf.clirr.core Clirr throws events when it finds api changes. 
net.sf.clirr.core.internal.bcel Apache's BCEL is currently used to read the compiled Java classes. 
net.sf.clirr.core.spi Service Provider Interface for letting Clirr know about Java types, methods, etc. 
 

Uses of Scoped in net.sf.clirr.core
 

Methods in net.sf.clirr.core with parameters of type Scoped
 boolean ScopeSelector.isSelected(Scoped scoped)
          Given a scoped object, return true if this object's scope is one of the values this object is configured to match.
 

Uses of Scoped in net.sf.clirr.core.internal.bcel
 

Classes in net.sf.clirr.core.internal.bcel that implement Scoped
 class BcelJavaType
           
 

Uses of Scoped in net.sf.clirr.core.spi
 

Subinterfaces of Scoped in net.sf.clirr.core.spi
 interface Field
          Describes a field of a class.
 interface JavaType
          A Java Type (Object, Interface, primitive type or void).
 interface Method
          Describes a Java method.
 



Copyright © 2003-2005 Lars Kühne. All Rights Reserved.