public class Preprocessor extends Object
| Constructor and Description |
|---|
Preprocessor() |
| Modifier and Type | Method and Description |
|---|---|
static ACache |
applyFunctionsToCache(ACache cache,
Map<String,Map<String,String>> functions)
Calls
applyFunctionsToCache(ACache, Map, boolean) with cloneCache=false |
static ACache |
applyFunctionsToCache(ACache cache,
Map<String,Map<String,String>> functions,
boolean cloneCache) |
static void |
applyRenameIfNecessary(Instance inst,
String property,
String propertyDub) |
static String |
getFunctionId(String argString) |
public static ACache applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions)
applyFunctionsToCache(ACache, Map, boolean) with cloneCache=falsecache - cache that should be processedfunctions - preprocessing functions that will be appliedpublic static ACache applyFunctionsToCache(ACache cache, Map<String,Map<String,String>> functions, boolean cloneCache)
cache - cache that should be processedfunctions - preprocessing functions that will be appliedcloneCache - if true, the cache will be cloned and the given cache is left as ispublic static void applyRenameIfNecessary(Instance inst, String property, String propertyDub)
Copyright © 2020. All rights reserved.