Class ClassFileRelocator.PrefixRelocator

java.lang.Object
org.benf.cfr.reader.state.ClassFileRelocator.PrefixRelocator
All Implemented Interfaces:
ClassFileRelocator
Enclosing interface:
ClassFileRelocator

public static class ClassFileRelocator.PrefixRelocator extends Object implements ClassFileRelocator
  • Field Details

    • pathPrefix

      private final String pathPrefix
    • classRemovePrefix

      private final String classRemovePrefix
  • Constructor Details

    • PrefixRelocator

      public PrefixRelocator(String pathPrefix, String classRemovePrefix)
  • Method Details