org.apache.felix.ipojo.manipulator.spi.helper
Class Predicates.Matcher

java.lang.Object
  extended by org.apache.felix.ipojo.manipulator.spi.helper.Predicates.Matcher
Enclosing class:
Predicates

public static class Predicates.Matcher
extends java.lang.Object


Constructor Summary
Predicates.Matcher(java.lang.String regex)
           
 
Method Summary
 Predicate matches()
          Restrict execution if the annotation's classname matches the given pattern.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Predicates.Matcher

public Predicates.Matcher(java.lang.String regex)
Method Detail

matches

public Predicate matches()
Restrict execution if the annotation's classname matches the given pattern.



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.