public class TypeSystemUtils extends Object
| Constructor and Description |
|---|
TypeSystemUtils() |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentImpl |
loadDeployments(List<String> extNames,
boolean validate,
boolean update) |
static DeploymentImpl |
loadDeployments(List<String> extNames,
boolean validate,
boolean update,
boolean ignoreDeploymentsTable) |
static DeploymentImpl |
loadDeployments(String extName,
boolean update) |
static DeploymentImpl |
loadDeploymentsForInitialization(String extName,
boolean forceClean) |
static DeploymentImpl |
loadDeploymentsForMigration(String extensionName,
boolean update,
boolean validate) |
static YTypeSystem |
loadViaClassLoader(List<String> extensionNames) |
static YTypeSystem |
loadViaClassLoader(List<String> extensionNames,
boolean buildMode) |
static YPersistedTypeSystem |
loadViaJDBC(List<String> extensionNames) |
public static YPersistedTypeSystem loadViaJDBC(List<String> extensionNames)
public static YTypeSystem loadViaClassLoader(List<String> extensionNames)
public static YTypeSystem loadViaClassLoader(List<String> extensionNames, boolean buildMode)
public static DeploymentImpl loadDeployments(String extName, boolean update)
public static DeploymentImpl loadDeploymentsForInitialization(String extName, boolean forceClean)
public static DeploymentImpl loadDeployments(List<String> extNames, boolean validate, boolean update)
public static DeploymentImpl loadDeployments(List<String> extNames, boolean validate, boolean update, boolean ignoreDeploymentsTable)
public static DeploymentImpl loadDeploymentsForMigration(String extensionName, boolean update, boolean validate)
Copyright © 2017 SAP SE. All Rights Reserved.