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 java.lang.Object implements Executor.Builder<ClassLoaderModelExecutor> Builder forClassLoaderModelExecutor.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassLoaderModelExecutorbuild()Build an executor.
 
- 
- 
- 
Method Detail- 
buildpublic ClassLoaderModelExecutor 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 interface- Executor.Builder<ClassLoaderModelExecutor>
 
 
- 
 
-