public class Context extends Object
| Modifier and Type | Field and Description |
|---|---|
Handle |
handle |
Mapping |
mapping |
String |
name |
Context |
parent
may be null
|
List<Source> |
sources |
| Constructor and Description |
|---|
Context(Context parent,
String name,
Handle handle,
List<Source> sources,
Mapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
ContextBuilder |
compile(Repository repository) |
static Context |
create(Context parent,
Base base,
String explicitName,
Handle handle,
String definition) |
List<Context> |
parentList() |
static Context |
remove(List<Context> parents,
Class<?> type) |
public final Context parent
public final String name
public final Handle handle
public final Mapping mapping
public static Context create(Context parent, Base base, String explicitName, Handle handle, String definition)
public ContextBuilder compile(Repository repository)
Copyright © 2016–2017 1&1. All rights reserved.