Package org.pkl.core.project
Class Project.EvaluatorSettings
java.lang.Object
org.pkl.core.project.Project.EvaluatorSettings
- Enclosing class:
- Project
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluatorSettings(@Nullable Map<String, String> externalProperties, @Nullable Map<String, String> env, @Nullable List<Pattern> allowedModules, @Nullable List<Pattern> allowedResources, @Nullable Boolean noCache, @Nullable Path moduleCacheDir, @Nullable List<Path> modulePath, @Nullable Duration timeout, @Nullable Path rootDir) Deprecated, for removal: This API element is subject to removal in a future version.EvaluatorSettings(PklEvaluatorSettings delegate) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getEnv()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EvaluatorSettings
Deprecated, for removal: This API element is subject to removal in a future version. -
EvaluatorSettings
public EvaluatorSettings(@Nullable @Nullable Map<String, String> externalProperties, @Nullable @Nullable Map<String, String> env, @Nullable @Nullable List<Pattern> allowedModules, @Nullable @Nullable List<Pattern> allowedResources, @Nullable @Nullable Boolean noCache, @Nullable @Nullable Path moduleCacheDir, @Nullable @Nullable List<Path> modulePath, @Nullable @Nullable Duration timeout, @Nullable @Nullable Path rootDir) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getExternalProperties
Deprecated, for removal: This API element is subject to removal in a future version. -
getEnv
Deprecated, for removal: This API element is subject to removal in a future version. -
getAllowedModules
Deprecated, for removal: This API element is subject to removal in a future version. -
getAllowedResources
Deprecated, for removal: This API element is subject to removal in a future version. -
isNoCache
Deprecated, for removal: This API element is subject to removal in a future version. -
getModulePath
Deprecated, for removal: This API element is subject to removal in a future version. -
getTimeout
Deprecated, for removal: This API element is subject to removal in a future version. -
getModuleCacheDir
Deprecated, for removal: This API element is subject to removal in a future version. -
getRootDir
Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-