Class TransformOptions
- java.lang.Object
-
- com.ss.android.ugc.bytex.transformer.TransformOptions
-
public class TransformOptions extends java.lang.ObjectCreated by yangzhiqian on 2020/9/22
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTransformOptions.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndroidJarProvidergetAndroidJarProvider()booleanisAllowRewrite()booleanisForbidUseLenientMutationDuringGetArtifact()booleanisPluginIncremental()booleanisShouldSaveCache()booleanisUseFixedTimestamp()booleanisUseRawCache()
-
-
-
Method Detail
-
isPluginIncremental
public boolean isPluginIncremental()
-
isShouldSaveCache
public boolean isShouldSaveCache()
-
isUseRawCache
public boolean isUseRawCache()
-
isUseFixedTimestamp
public boolean isUseFixedTimestamp()
-
isForbidUseLenientMutationDuringGetArtifact
public boolean isForbidUseLenientMutationDuringGetArtifact()
-
getAndroidJarProvider
public AndroidJarProvider getAndroidJarProvider()
-
isAllowRewrite
public boolean isAllowRewrite()
-
-