Package org.benf.cfr.reader.state
Class ClassFileRelocator.NopRelocator
- java.lang.Object
-
- org.benf.cfr.reader.state.ClassFileRelocator.NopRelocator
-
- All Implemented Interfaces:
ClassFileRelocator
- Enclosing interface:
- ClassFileRelocator
public static class ClassFileRelocator.NopRelocator extends java.lang.Object implements ClassFileRelocator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.state.ClassFileRelocator
ClassFileRelocator.Configurator, ClassFileRelocator.NopRelocator, ClassFileRelocator.PrefixRelocator, ClassFileRelocator.RenamingRelocator
-
-
Field Summary
Fields Modifier and Type Field Description static ClassFileRelocator
Instance
-
Constructor Summary
Constructors Constructor Description NopRelocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
correctPath(java.lang.String path)
-
-
-
Field Detail
-
Instance
public static ClassFileRelocator Instance
-
-
Method Detail
-
correctPath
public java.lang.String correctPath(java.lang.String path)
- Specified by:
correctPath
in interfaceClassFileRelocator
-
-