Class ClassLoaderModelExecutor.Builder
java.lang.Object
proguard.evaluation.executor.model.ClassLoaderModelExecutor.Builder
- All Implemented Interfaces:
Executor.Builder<ClassLoaderModelExecutor>
- Enclosing class:
- ClassLoaderModelExecutor
public static class ClassLoaderModelExecutor.Builder
extends Object
implements Executor.Builder<ClassLoaderModelExecutor>
Builder for
ClassLoaderModelExecutor.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
Construct the builder.
-
-
Method Details
-
build
Description copied from interface:Executor.BuilderBuild 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:
buildin interfaceExecutor.Builder<ClassLoaderModelExecutor>
-