public abstract class ContentPackLoaderConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static ContentPackLoaderConfig |
EMPTY |
| Constructor and Description |
|---|
ContentPackLoaderConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<String> |
appliedContentPacks() |
abstract Map<String,String> |
checksums() |
static ContentPackLoaderConfig |
create(Set<String> loadedContentPacks,
Set<String> appliedContentPacks,
Map<String,String> checksums) |
abstract Set<String> |
loadedContentPacks() |
public static final ContentPackLoaderConfig EMPTY
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.