Package com.ss.android.ugc.bytex.common
Class 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!!!
-
-
Field Summary
-
Fields inherited from class com.ss.android.ugc.bytex.common.CommonTransform
context
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<IPlugin>getPlugins()-
Methods inherited from class com.ss.android.ugc.bytex.common.CommonTransform
afterTransform, applyToVariant, getInputTypes, getName, getOutputTypes, getParameterInputs, getReferencedScopes, getScopes, getSecondaryDirectoryOutputs, getSecondaryFileOutputs, getSecondaryFiles, getTransformContext, init, isIncremental, shouldSaveCache, transform
-
-
-
-
Method Detail
-
getPlugins
protected java.util.List<IPlugin> getPlugins()
- Specified by:
getPluginsin classCommonTransform<Context extends BaseContext>
-
-