Package | Description |
---|---|
org.kevoree.kevscript | |
org.kevoree.kevscript.expression | |
org.kevoree.kevscript.statement | |
org.kevoree.kevscript.util |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Interpreter.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars,
Resolver resolver) |
Modifier and Type | Method and Description |
---|---|
static String |
StringExpr.interpret(IAST<Type> node) |
static String |
WildcardExpr.interpret(IAST<Type> node) |
static String |
RealStringNoNewLineExpr.interpret(IAST<Type> expr) |
static String |
RealStringExpr.interpret(IAST<Type> expr) |
static TypeFQN.Version |
VersionExpr.interpret(IAST<Type> versNode,
Map<String,String> ctxVars) |
static List<List<String>> |
NameListExpr.interpret(IAST<Type> expr,
Map<String,String> ctxVars) |
static Map.Entry<String,String> |
VersionLineExpr.interpret(IAST<Type> lineNode,
Map<String,String> ctxVars) |
static String |
GenCtxVarExpr.interpret(IAST<Type> node,
Map<String,String> ctxVars) |
static String |
CtxVarExpr.interpret(IAST<Type> node,
Map<String,String> ctxVars) |
static List<String> |
InstancePathExpr.interpret(IAST<Type> expr,
Map<String,String> ctxVars) |
static String |
InterpretExpr.interpret(IAST<Type> expr,
Map<String,String> ctxVars) |
static Map<String,String> |
VersionLinesExpr.interpret(IAST<Type> linesNode,
Map<String,String> ctxVars) |
static Map<String,String> |
VersionDeclExpr.interpret(IAST<Type> declNode,
Map<String,String> ctxVars) |
static String |
TdefVersionExpr.interpret(IAST<Type> tdefVers,
Map<String,String> ctxVars) |
static TypeFQN |
TypeDefExpr.interpret(IAST<Type> node,
Map<String,String> ctxVars) |
Modifier and Type | Method and Description |
---|---|
static void |
AddRepoStmt.interpret(IAST<Type> stmt,
ContainerRoot model) |
static void |
AddBindingStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
StopStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
NetworkStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
SetStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
DetachStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
StartStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
RemoveStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
DelBindingStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
AttachStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
MoveStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
static void |
AddStmt.interpret(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars,
Resolver resolver) |
Modifier and Type | Method and Description |
---|---|
static List<Port> |
PortResolver.resolve(ContainerRoot model,
IAST<Type> node) |
static List<Instance> |
InstanceResolver.resolve(IAST<Type> stmt,
ContainerRoot model,
Map<String,String> ctxVars) |
Copyright © 2017 Kevoree Project. All rights reserved.