public class Environment extends Object
In future versions, we might restrict the merging or enrichment of deployment properties to not allow overwriting of a deployment by a session.
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CONFIGURATION_ENTRY |
static String |
DEPLOYMENT_ENTRY |
static String |
EXECUTION_ENTRY |
| 构造器和说明 |
|---|
Environment() |
public Map<String,ModuleEntry> getModules()
public Map<String,CatalogEntry> getCatalogs()
public Map<String,TableEntry> getTables()
public Map<String,FunctionEntry> getFunctions()
public ExecutionEntry getExecution()
public ConfigurationEntry getConfiguration()
public DeploymentEntry getDeployment()
public static Environment parse(URL url) throws IOException
IOExceptionpublic static Environment parse(String content) throws IOException
IOExceptionpublic static Environment merge(Environment env1, Environment env2)
public Environment clone()
public static Environment enrich(Environment env, Map<String,String> properties)
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.