public class QueryPartCollectionProcessor extends Object implements QueryPartProcessor
QueryPartProcessor which simply adds all
elements to a collection. Use getTokens() to retrieve the 'processed'
tokens and getDelims() for the corresponding delimitors.| Constructor and Description |
|---|
QueryPartCollectionProcessor() |
public void parse(String delim, String token)
QueryPartProcessorQueryPartParser identifies a token.parse in interface QueryPartProcessordelim - the (previous) delimitor identified before the token. This
will always be null in case of the first token.token - the token identified.Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.