public abstract class Configurable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
services |
| Constructor and Description |
|---|
Configurable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getServices() |
abstract boolean |
isValid() |
void |
setName(String name) |
void |
setServices(String services) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.