public interface FileManifest
FileManifest
output as a result of parsing a file with a FileParser
.Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,Object> |
getConfigs() |
Optional<com.google.common.collect.ImmutableMap<String,Optional<String>>> |
getEnv() |
com.google.common.collect.ImmutableList<ParsingError> |
getErrors() |
com.google.common.collect.ImmutableSortedSet<String> |
getIncludes() |
com.google.common.collect.ImmutableSortedSet<String> getIncludes()
com.google.common.collect.ImmutableMap<String,Object> getConfigs()
Optional<com.google.common.collect.ImmutableMap<String,Optional<String>>> getEnv()
com.google.common.collect.ImmutableList<ParsingError> getErrors()