-
public interface KConfigurableCreated by vincent on 17-4-17. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Method Summary
Modifier and Type Method Description abstract ImmutableConfiggetConf()Return the configuration used by this object. abstract UnitsetConf(ImmutableConfig conf)Return the configuration used by this object. -
-
Method Detail
-
getConf
abstract ImmutableConfig getConf()
Return the configuration used by this object.
-
setConf
abstract Unit setConf(ImmutableConfig conf)
Return the configuration used by this object.
-
-
-
-