no.sesat.search.query.token
Class TokenPredicateUtility

java.lang.Object
  extended by no.sesat.search.query.token.TokenPredicateUtility

public final class TokenPredicateUtility
extends Object

Utility class providing all useful static methods around TokenPredicates.

Version:
$Id: TokenPredicateUtility.java 7225 2009-04-09 00:32:20Z ssmiweve $

Constructor Summary
TokenPredicateUtility()
           
 
Method Summary
static TokenPredicate createAnonymousTokenPredicate(String name)
           
static TokenPredicate getAnonymousTokenPredicate(String name)
           
static TokenPredicate getTokenPredicate(String name)
           
static Set<TokenPredicate> getTokenPredicates()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenPredicateUtility

public TokenPredicateUtility()
Method Detail

getTokenPredicate

public static TokenPredicate getTokenPredicate(String name)
                                        throws IllegalArgumentException
Throws:
IllegalArgumentException

getAnonymousTokenPredicate

public static TokenPredicate getAnonymousTokenPredicate(String name)
                                                 throws IllegalArgumentException
Throws:
IllegalArgumentException

createAnonymousTokenPredicate

public static TokenPredicate createAnonymousTokenPredicate(String name)

getTokenPredicates

public static Set<TokenPredicate> getTokenPredicates()


Copyright © 2005-2009 Schibsted ASA. All Rights Reserved.