public abstract class RegistryElement extends Object
| Constructor and Description |
|---|
RegistryElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(RegistryProperty property) |
String |
getPath() |
List<RegistryProperty> |
getProperties() |
void |
removeProperty(RegistryProperty property) |
void |
setPath(String path) |
public void setPath(String path)
public String getPath()
public List<RegistryProperty> getProperties()
public void addProperty(RegistryProperty property)
public void removeProperty(RegistryProperty property)
Copyright © 2023 WSO2. All rights reserved.