Interface BackendOptions


public interface BackendOptions
Configuration for backend.
  • Method Details

    • getOutput

      com.google.j2cl.common.OutputUtils.Output getOutput()
    • getLibraryInfoOutput

      @Nullable Path getLibraryInfoOutput()
    • getNativeSources

      com.google.common.collect.ImmutableList<com.google.j2cl.common.SourceUtils.FileInfo> getNativeSources()
    • getDefinesForWasm

      @Nullable com.google.common.collect.ImmutableMap<String,String> getDefinesForWasm()
    • getWasmEntryPointPatterns

      com.google.common.collect.ImmutableList<com.google.j2cl.common.EntryPointPattern> getWasmEntryPointPatterns()
    • getWasmEnableNonNativeJsEnum

      boolean getWasmEnableNonNativeJsEnum()
    • getOptimizeAutoValue

      boolean getOptimizeAutoValue()
    • getEmitReadableLibraryInfo

      boolean getEmitReadableLibraryInfo()
    • getEmitReadableSourceMap

      boolean getEmitReadableSourceMap()
    • getGenerateKytheIndexingMetadata

      boolean getGenerateKytheIndexingMetadata()
    • isNullMarkedSupported

      boolean isNullMarkedSupported()