类 ClassLoaderModelExecutor.Builder
- java.lang.Object
-
- proguard.evaluation.executor.model.ClassLoaderModelExecutor.Builder
-
- 所有已实现的接口:
Executor.Builder<ClassLoaderModelExecutor>
public static class ClassLoaderModelExecutor.Builder extends java.lang.Object implements Executor.Builder<ClassLoaderModelExecutor>
Builder forClassLoaderModelExecutor.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ClassLoaderModelExecutorbuild()Build an executor.
-
-
-
方法详细资料
-
build
public ClassLoaderModelExecutor build()
从接口复制的说明: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).- 指定者:
build在接口中Executor.Builder<ClassLoaderModelExecutor>
-
-