public interface GenericConfigurable
Options.setInto(java.lang.Object)
means.Modifier and Type | Method and Description |
---|---|
void |
setInto(Options opts)
Perform any generic configuration based on the data in
opts . |
void setInto(Options opts)
opts
. This method should remove any values in
opts
that have been successfully processed; if any
values remain in opts
after this method is executed,
an exception will be thrown identifying those key-value pairs as invalid.Copyright © 2006–2022 Apache Software Foundation. All rights reserved.