Interface BackendOptions
public interface BackendOptions
Configuration for backend.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleancom.google.common.collect.ImmutableList<com.google.j2cl.common.SourceUtils.FileInfo>booleancom.google.j2cl.common.OutputUtils.Outputbooleancom.google.common.collect.ImmutableList<com.google.j2cl.common.EntryPointPattern>boolean
-
Method Details
-
getOutput
com.google.j2cl.common.OutputUtils.Output getOutput() -
getLibraryInfoOutput
-
getNativeSources
com.google.common.collect.ImmutableList<com.google.j2cl.common.SourceUtils.FileInfo> getNativeSources() -
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()
-