Constant Field Values

Contents

com.dslplatform.*

  • com.dslplatform.compiler.client.parameters.Download 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_REMOTE_URL "https://tools.dsl-platform.com/"
  • com.dslplatform.compiler.client.parameters.DslCompiler 
    Modifier and Type Constant Field Value
    private static final java.lang.String DSL_COMPILER_SOCKET "dsl-compiler-socket"
  • com.dslplatform.compiler.client.parameters.DslPath 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_FILE_NAME "current_dsl_file_cache"
    private static final java.lang.String CACHE_MAP_NAME "current_dsl_map_cache"
  • com.dslplatform.compiler.client.parameters.JavaPath 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_FILE_PREFIX "java_path_cache_"
  • com.dslplatform.compiler.client.parameters.Migration 
    Modifier and Type Constant Field Value
    private static final java.lang.String DESCRIPTION_END "MIGRATION_DESCRIPTION*/"
    private static final java.lang.String DESCRIPTION_START "/*MIGRATION_DESCRIPTION"
    private static final java.lang.String ORACLE_MIGRATION_FILE_NAME "oracle_migration_file"
    private static final java.lang.String POSTGRES_MIGRATION_FILE_NAME "postgres_migration_file"
  • com.dslplatform.compiler.client.parameters.Nuget 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE "nuget_dependencies"
  • com.dslplatform.compiler.client.parameters.OracleConnection 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_NAME "oracle_dsl_cache"
    private static final java.lang.String ORACLE_CUSTOM_DRIVER "oracle_jdbc_driver"
  • com.dslplatform.compiler.client.parameters.PostgresConnection 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_NAME "postgres_dsl_cache"
  • com.dslplatform.compiler.client.parameters.Settings 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_NAME "settings_option_cache"
  • com.dslplatform.compiler.client.parameters.Targets 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_NAME "target_option_cache"
  • com.dslplatform.compiler.client.parameters.TempPath 
    Modifier and Type Constant Field Value
    private static final java.lang.String CACHE_NAME "temp_path_cache"