public class ModuleExoHelper extends Object
Modifier and Type | Field and Description |
---|---|
static Path |
MODULAR_DEX_DIR |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<Path,Path> |
getFilesToInstall() |
com.google.common.collect.ImmutableMap<Path,String> |
getMetadataToInstall() |
public static final Path MODULAR_DEX_DIR
public com.google.common.collect.ImmutableMap<Path,Path> getFilesToInstall() throws IOException
IOException
public com.google.common.collect.ImmutableMap<Path,String> getMetadataToInstall() throws IOException
The top level metadata file has one line per jar with the following format: "file_name module_name" and provides a top-level listing of all jars included in the build along with a mapping back to the module name where they came from
IOException