public interface Configurable
Classes defining this interface define how to configure themselves by
accepting a Properties
object
Modifier and Type | Method and Description |
---|---|
void |
configure(Properties props)
Configure the object with the given
Properties . |
void configure(Properties props)
Properties
.props
- Properties to use to configure the Object.Copyright © 1999–2017 Apache OODT. All rights reserved.