io.nuun.kernel.api.plugin.request
Class KernelParamsRequestBuilder

java.lang.Object
  extended by io.nuun.kernel.api.plugin.request.KernelParamsRequestBuilder
All Implemented Interfaces:
Builder<Collection<KernelParamsRequest>>

public class KernelParamsRequestBuilder
extends Object
implements Builder<Collection<KernelParamsRequest>>

Author:
Epo Jemba

Constructor Summary
KernelParamsRequestBuilder()
           
 
Method Summary
 Collection<KernelParamsRequest> build()
           
 KernelParamsRequestBuilder mandatory(String keyRequested)
           
 KernelParamsRequestBuilder optional(String keyRequested)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KernelParamsRequestBuilder

public KernelParamsRequestBuilder()
Method Detail

optional

public KernelParamsRequestBuilder optional(String keyRequested)

mandatory

public KernelParamsRequestBuilder mandatory(String keyRequested)

build

public Collection<KernelParamsRequest> build()
Specified by:
build in interface Builder<Collection<KernelParamsRequest>>

reset

public void reset()
Specified by:
reset in interface Builder<Collection<KernelParamsRequest>>


Copyright © 2012-2015. All Rights Reserved.