Package proguard.evaluation.executor
Class StringReflectionExecutor.Builder
- java.lang.Object
-
- proguard.evaluation.executor.StringReflectionExecutor.Builder
-
- All Implemented Interfaces:
Executor.Builder<StringReflectionExecutor>
- Enclosing class:
- StringReflectionExecutor
public static class StringReflectionExecutor.Builder extends java.lang.Object implements Executor.Builder<StringReflectionExecutor>
A builder forStringReflectionExecutor
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringReflectionExecutor
build()
Build an executor.
-
-
-
Constructor Detail
-
Builder
public Builder(ClassPool libraryClassPool)
-
-
Method Detail
-
build
public StringReflectionExecutor build()
Description copied from interface:Executor.Builder
Build an executor. If the executor keeps internal state this method needs to guarantee that no data is shared between the different implementations (unless needed by design, e.g., for caching).- Specified by:
build
in interfaceExecutor.Builder<StringReflectionExecutor>
-
-