Uses of Class
com.lonniepryor.blues.util.Constructors

Packages that use Constructors
com.lonniepryor.blues.util Common utility classes used throughout the Blues Framework. 
 

Uses of Constructors in com.lonniepryor.blues.util
 

Methods in com.lonniepryor.blues.util that return Constructors
static Constructors Constructors.declaredPublic()
          Returns a specification satisfied by Constructors decalred as public.
static Constructors Constructors.declaredProtected()
          Returns a specification satisfied by Constructors decalred as protected.
static Constructors Constructors.declaredPrivate()
          Returns a specification satisfied by Constructors decalred as private.
static Constructors Constructors.declaredPackageProtected()
          Returns a specification satisfied by Constructors decalred as package protected.
static Constructors Constructors.takingNoParameters()
          Returns a specification satisfied by Constructors that take no parameters.
static Constructors Constructors.takingOneParameter()
          Returns a specification satisfied by Constructors that take exactly one parameter.
static Constructors Constructors.publicFactories()
          Returns a specification satisfied by public Constructors that take no parameters.
static Constructors Constructors.equalTo(java.lang.reflect.Constructor toTest)
          Creates a new specification satisfied by Constructors equal to the supplied Constructor.
static Constructors Constructors.declaredOn(Types specification)
          Creates a new specification satisfied only by Constructors hosted on the Types that satisfy the supplied specification.
static Constructors Constructors.taking(Parameters specification)
          Creates a new specification satisfied only by Constructors with parameter Lists that satisfy the supplied specification.
static Constructors Constructors.throwing(Throwables specification)
          Creates a new specification satisfied only by Constructors with throwable sets that satisfy the supplied specification.
static Constructors Constructors.parse(java.lang.String ctorsPattern)
          Parses a pattern string into a complete Constructors specification.
 Constructors Constructors.and(Constructors specification)
          Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right.
 Constructors Constructors.or(Constructors specification)
          Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right.
 Constructors Constructors.not()
          Returns a specification representing a logical NOT of this specification.
 

Methods in com.lonniepryor.blues.util with parameters of type Constructors
 Constructors Constructors.and(Constructors specification)
          Returns a specification representing a logical AND of this specification on the left and the supplied specification on the right.
 Constructors Constructors.or(Constructors specification)
          Returns a specification representing a logical OR of this specification on the left and the supplied specification on the right.
static Types Types.withAConstructor(Constructors specification)
          Creates a new specification satisfied by Types that have at least one constructor matching the supplied specification.
static Types Types.withADeclaredConstructor(Constructors specification)
          Creates a new specification satisfied by Types that have at least one declared constructor matching the supplied specification.
static Types Types.withAllConstructors(Constructors specification)
          Creates a new specification satisfied by Types that have all constructors matching the supplied specification.
static Types Types.withAllDeclaredConstructors(Constructors specification)
          Creates a new specification satisfied by Types that have all declared constructors matching the supplied specification.
 



Copyright © 2003 Blues Framework. All Rights Reserved.