public class LogConfigDescriptor extends Object implements Descriptor
Modifier and Type | Class and Description |
---|---|
static class |
LogConfigDescriptor.StreamDescriptor |
Modifier and Type | Field and Description |
---|---|
List<LogConfigDescriptor.StreamDescriptor> |
logs |
String |
name |
Map<String,String> |
options |
String |
type |
UNIQUE_DESCRIPTOR_ID
Constructor and Description |
---|
LogConfigDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getId()
The descriptor id, descriptors with same id are merged.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doesRemove, merge
public List<LogConfigDescriptor.StreamDescriptor> logs
public LogConfigDescriptor()
public String getId()
Descriptor
To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString()
for exemple.
getId
in interface Descriptor
Copyright © 2018 Nuxeo. All rights reserved.