public abstract class ModuleInfo extends Object
Constructor and Description |
---|
ModuleInfo() |
Modifier and Type | Method and Description |
---|---|
abstract com.google.common.collect.ImmutableMap<Path,String> |
getAssetDirectories() |
abstract com.google.common.collect.ImmutableSet<Path> |
getDexFile() |
abstract com.google.common.collect.ImmutableSet<Path> |
getJarFilesThatMayContainResources() |
abstract String |
getModuleName() |
abstract com.google.common.collect.ImmutableSet<Path> |
getNativeLibraryDirectories() |
abstract Path |
getResourceApk() |
abstract com.google.common.collect.ImmutableSet<Path> |
getZipFiles() |
boolean |
isBaseModule() |
@Value.Parameter public abstract String getModuleName()
@Value.Parameter public abstract com.google.common.collect.ImmutableSet<Path> getDexFile()
@Value.Parameter public abstract com.google.common.collect.ImmutableMap<Path,String> getAssetDirectories()
@Value.Parameter public abstract com.google.common.collect.ImmutableSet<Path> getNativeLibraryDirectories()
@Value.Parameter public abstract com.google.common.collect.ImmutableSet<Path> getZipFiles()
@Value.Parameter public abstract com.google.common.collect.ImmutableSet<Path> getJarFilesThatMayContainResources()
public boolean isBaseModule()