eu.lindenbaum.maven.util
Interface Processor


public interface Processor

Defines a class processing an String input.

Author:
Tobias Schlager

Method Summary
 void handle(String input)
          Call when the processor should handle some input.
 

Method Detail

handle

void handle(String input)
Call when the processor should handle some input.

Parameters:
input - ro process


Copyright © 2010 Lindenbaum GmbH. All Rights Reserved.