com.izforge.izpack.panels.userinput.processor
Class UnixGroupProcessor

java.lang.Object
  extended by com.izforge.izpack.panels.userinput.processor.UnixGroupProcessor
All Implemented Interfaces:
Processor

public class UnixGroupProcessor
extends Object
implements Processor

Author:
thorsten-kamann

Constructor Summary
UnixGroupProcessor()
           
 
Method Summary
 String process(ProcessingClient client)
          Processes the content of an input field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnixGroupProcessor

public UnixGroupProcessor()
Method Detail

process

public String process(ProcessingClient client)
Description copied from interface: Processor
Processes the content of an input field.

Specified by:
process in interface Processor
Parameters:
client - the client using the services of this processor
Returns:
the result of processing


Copyright © 2018. All rights reserved.