public class IdentityResourcesProvider extends Object implements FilteredResourcesProvider
| Constructor and Description |
|---|
IdentityResourcesProvider(com.google.common.collect.ImmutableList<SourcePath> resDirectories) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SourcePath> |
getOverrideSymbolsPath() |
com.google.common.collect.ImmutableList<SourcePath> |
getResDirectories() |
Optional<BuildRule> |
getResourceFilterRule() |
com.google.common.collect.ImmutableList<Path> |
getStringFiles() |
boolean |
hasResources() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRelativeResDirectoriespublic IdentityResourcesProvider(com.google.common.collect.ImmutableList<SourcePath> resDirectories)
public com.google.common.collect.ImmutableList<SourcePath> getResDirectories()
getResDirectories in interface FilteredResourcesProviderpublic com.google.common.collect.ImmutableList<Path> getStringFiles()
getStringFiles in interface FilteredResourcesProviderstrings.xml files excluding whitelisted strings. Empty unless
ResourceCompressionMode.isStoreStringsAsAssets is true.public Optional<BuildRule> getResourceFilterRule()
getResourceFilterRule in interface FilteredResourcesProviderpublic Optional<SourcePath> getOverrideSymbolsPath()
getOverrideSymbolsPath in interface FilteredResourcesProviderpublic boolean hasResources()
hasResources in interface FilteredResourcesProvider