com.izforge.izpack.panels.userinput.processor
Interface Processor

All Known Implementing Classes:
PasswordEncryptionProcessor, PortProcessor, UnixGroupProcessor, UnixUserProcessor

public interface Processor

Interface for classes that provide input field processing services.

Version:
0.0.1 / 10/26/02
Author:
Elmar Grom
See Also:
ProcessingClient

Method Summary
 String process(ProcessingClient client)
          Processes the content of an input field.
 

Method Detail

process

String process(ProcessingClient client)
Processes the content of an input field.

Parameters:
client - the client using the services of this processor
Returns:
the result of processing
Throws:
IzPackException - if processing fails


Copyright © 2018. All rights reserved.