类 SimpleTransform<Context extends BaseContext>
- java.lang.Object
-
- com.android.build.api.transform.Transform
-
- com.ss.android.ugc.bytex.common.CommonTransform<Context>
-
- com.ss.android.ugc.bytex.common.SimpleTransform<Context>
-
public class SimpleTransform<Context extends BaseContext> extends CommonTransform<Context>
Created by yangzhiqian on 2019/4/2
Desc: handle with a single plugin. Note: Transform can not be an instance of innerclass!!!
-
-
字段概要
-
从类继承的字段 com.ss.android.ugc.bytex.common.CommonTransform
context
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected java.util.List<IPlugin>getPlugins()-
从类继承的方法 com.ss.android.ugc.bytex.common.CommonTransform
afterTransform, applyToVariant, getInputTypes, getName, getOutputTypes, getParameterInputs, getReferencedScopes, getScopes, getSecondaryDirectoryOutputs, getSecondaryFileOutputs, getSecondaryFiles, getTransformContext, init, isIncremental, shouldSaveCache, transform
-
-
-
-
方法详细资料
-
getPlugins
protected java.util.List<IPlugin> getPlugins()
- 指定者:
getPlugins在类中CommonTransform<Context extends BaseContext>
-
-