Modifier and Type | Field and Description |
---|---|
static String |
CLASS_SECTION_HEADER |
static String |
DEPS_SECTION_HEADER |
static String |
ITEM_INDENTATION |
static String |
LIBRARIES_SECTION_HEADER |
static String |
MODULE_INDENTATION |
static String |
TARGETS_SECTION_HEADER |
Modifier and Type | Method and Description |
---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
static WriteAppModuleMetadataStep |
writeModuleMetadata(Path metadataOut,
com.google.common.collect.ImmutableMultimap<APKModule,Path> apkModuleToJarPathMap,
Optional<com.google.common.collect.ImmutableMultimap<APKModule,String>> apkModuleToNativeLibraryMap,
APKModuleGraph apkModuleGraph,
ProjectFilesystem filesystem,
Optional<Path> proguardFullConfigFile,
Optional<Path> proguardMappingFile,
boolean skipProguard,
boolean shouldIncludeClasses) |
public static final String CLASS_SECTION_HEADER
public static final String TARGETS_SECTION_HEADER
public static final String DEPS_SECTION_HEADER
public static final String LIBRARIES_SECTION_HEADER
public static final String MODULE_INDENTATION
public static final String ITEM_INDENTATION
public static WriteAppModuleMetadataStep writeModuleMetadata(Path metadataOut, com.google.common.collect.ImmutableMultimap<APKModule,Path> apkModuleToJarPathMap, Optional<com.google.common.collect.ImmutableMultimap<APKModule,String>> apkModuleToNativeLibraryMap, APKModuleGraph apkModuleGraph, ProjectFilesystem filesystem, Optional<Path> proguardFullConfigFile, Optional<Path> proguardMappingFile, boolean skipProguard, boolean shouldIncludeClasses)
public StepExecutionResult execute(ExecutionContext context)
public String getShortName()
getShortName
in interface Step
public String getDescription(ExecutionContext context)
getDescription
in interface Step