public class LayerConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LayerConfig.Type |
| Modifier and Type | Field and Description |
|---|---|
static LayerConfig |
FUSE_LAYER |
String |
name |
Pattern |
pattern |
int |
priority |
LayerConfig.Type |
type |
| Constructor and Description |
|---|
LayerConfig(String nameAndVersion,
LayerConfig.Type type,
int priority) |
public static LayerConfig FUSE_LAYER
public final String name
public final Pattern pattern
public final LayerConfig.Type type
public final int priority
public LayerConfig(String nameAndVersion, LayerConfig.Type type, int priority)
Copyright © 2017. All rights reserved.