-
- All Implemented Interfaces:
-
org.radarbase.schema.specification.config.PathMatcherConfig
public final class SourceConfig implements PathMatcherConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>includeprivate final List<String>excludeprivate final List<ActiveSource<?>>activeprivate final List<ConnectorSource>connectorprivate final List<MonitorSource>monitorprivate final List<PassiveSource>passiveprivate final List<PushSource>pushprivate final List<StreamGroup>stream
-
Constructor Summary
Constructors Constructor Description SourceConfig(List<String> include, List<String> exclude, List<ActiveSource<?>> active, List<ConnectorSource> connector, List<MonitorSource> monitor, List<PassiveSource> passive, List<PushSource> push, List<StreamGroup> stream)
-
Method Summary
Modifier and Type Method Description List<String>getInclude()List<String>getExclude()final List<ActiveSource<?>>getActive()final List<ConnectorSource>getConnector()final List<MonitorSource>getMonitor()final List<PassiveSource>getPassive()final List<PushSource>getPush()final List<StreamGroup>getStream()-
-
Constructor Detail
-
SourceConfig
SourceConfig(List<String> include, List<String> exclude, List<ActiveSource<?>> active, List<ConnectorSource> connector, List<MonitorSource> monitor, List<PassiveSource> passive, List<PushSource> push, List<StreamGroup> stream)
-
-
Method Detail
-
getInclude
List<String> getInclude()
-
getExclude
List<String> getExclude()
-
getActive
final List<ActiveSource<?>> getActive()
-
getConnector
final List<ConnectorSource> getConnector()
-
getMonitor
final List<MonitorSource> getMonitor()
-
getPassive
final List<PassiveSource> getPassive()
-
getPush
final List<PushSource> getPush()
-
getStream
final List<StreamGroup> getStream()
-
-
-
-