public interface FilteredResourcesProvider
Modifier and Type | Method and Description |
---|---|
Optional<SourcePath> |
getOverrideSymbolsPath() |
default com.google.common.collect.ImmutableList<Path> |
getRelativeResDirectories(ProjectFilesystem filesystem,
SourcePathResolverAdapter resolver) |
com.google.common.collect.ImmutableList<SourcePath> |
getResDirectories() |
Optional<BuildRule> |
getResourceFilterRule() |
com.google.common.collect.ImmutableList<Path> |
getStringFiles() |
boolean |
hasResources() |
com.google.common.collect.ImmutableList<SourcePath> getResDirectories()
default com.google.common.collect.ImmutableList<Path> getRelativeResDirectories(ProjectFilesystem filesystem, SourcePathResolverAdapter resolver)
com.google.common.collect.ImmutableList<Path> getStringFiles()
strings.xml
files excluding whitelisted strings. Empty unless
ResourceCompressionMode.isStoreStringsAsAssets
is true.boolean hasResources()
Optional<SourcePath> getOverrideSymbolsPath()