public class ConfigProperty extends Object
Constructor and Description |
---|
ConfigProperty(String name)
Constructor
|
ConfigProperty(String name,
boolean dynamic,
boolean confidential)
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get the name
|
boolean |
isConfidential()
Get the confidential flag
|
boolean |
isDynamic()
Get the dynamic flag
|
String |
toString()
String representation
|
public ConfigProperty(String name)
name
- The namepublic ConfigProperty(String name, boolean dynamic, boolean confidential)
name
- The namedynamic
- Does this config property support dynamic updatesconfidential
- Is this config property confidentialpublic String getName()
public boolean isDynamic()
public boolean isConfidential()
Copyright © 2021 JBoss by Red Hat. All rights reserved.