类 ResourcesMappingParser

java.lang.Object
io.github.amsonix.molt.internal.reschiper.parser.ResourcesMappingParser

public class ResourcesMappingParser extends Object
This class is responsible for parsing a resource mapping file used for resource obfuscation in Android development and populating a ResourceMapping object with the mappings.
  • 构造器详细资料

    • ResourcesMappingParser

      public ResourcesMappingParser(Path mappingPath)
      Constructs a new ResourcesMappingParser with the specified mapping file path.
      参数:
      mappingPath - The path to the resource mapping file.
      抛出:
      IllegalArgumentException - If the mapping file does not exist or is not readable.
  • 方法详细资料