public interface ExtendedConfig extends Configuration
Modifier and Type | Method and Description |
---|---|
boolean |
isProperty(String name)
Get the value of the property with a given name converted to
boolean . |
getClasses, getContracts, getInstances, getProperties, getProperty, getPropertyNames, getRuntimeType, isEnabled, isEnabled, isRegistered, isRegistered
boolean isProperty(String name)
boolean
.
Returns false
if the value is not convertible.name
- property name.boolean
property value or false
if the property is not
convertible.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.