Package proguard.evaluation.executor
Class JavaReflectionApiExecutor.Builder
- java.lang.Object
-
- proguard.evaluation.executor.JavaReflectionApiExecutor.Builder
-
- All Implemented Interfaces:
Executor.Builder<JavaReflectionApiExecutor>
- Enclosing class:
- JavaReflectionApiExecutor
public static class JavaReflectionApiExecutor.Builder extends java.lang.Object implements Executor.Builder<JavaReflectionApiExecutor>
Builder forJavaReflectionApiExecutor
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaReflectionApiExecutor
build()
Build an executor.
-
-
-
Method Detail
-
build
public JavaReflectionApiExecutor 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<JavaReflectionApiExecutor>
-
-