Package com.github.axet.dxplugin
Class AssetsDex
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- org.gradle.api.internal.ConventionTask
-
- org.gradle.api.tasks.AbstractCopyTask
-
- org.gradle.api.tasks.Copy
-
- com.github.axet.dxplugin.AssetsDex
-
- All Implemented Interfaces:
java.lang.Comparable<org.gradle.api.Task>,org.gradle.api.file.ContentFilterable,org.gradle.api.file.CopyProcessingSpec,org.gradle.api.file.CopySourceSpec,org.gradle.api.file.CopySpec,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.file.copy.CopySpecSource,org.gradle.api.internal.IConventionAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.api.tasks.util.PatternFilterable,org.gradle.util.Configurable<org.gradle.api.Task>
public class AssetsDex extends org.gradle.api.tasks.Copy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssetsDex.CommandLineOriginstatic classAssetsDex.Logstatic classAssetsDex.Output
-
Field Summary
Fields Modifier and Type Field Description static java.util.regex.PatternPATTERN
-
Constructor Summary
Constructors Constructor Description AssetsDex()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String[]_d8(AssetsDex.Log log, java.io.File out, java.io.File... jar)protected voidcopy()static java.lang.String[]d8(AssetsDex.Log log, java.io.File out, java.io.File... jar)static java.lang.String[]d8_3_5_4(AssetsDex.Log log, java.io.File out, java.io.File... jar)static AssetsDex.Outputdex(AssetsDex.Log log, java.io.File file, java.io.File into)-
Methods inherited from class org.gradle.api.tasks.Copy
createCopyAction, createRootSpec, getDestinationDir, getRootSpec, setDestinationDir
-
Methods inherited from class org.gradle.api.tasks.AbstractCopyTask
createCopyActionExecuter, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirectoryFileTreeFactory, getDirMode, getDuplicatesStrategy, getExcludes, getFileLookup, getFileMode, getFileResolver, getFileSystem, getFilteringCharset, getIncludeEmptyDirs, getIncludes, getInstantiator, getMainSpec, getSource, include, include, include, include, into, into, into, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, with
-
Methods inherited from class org.gradle.api.internal.ConventionTask
conventionMapping, conventionMapping, getConventionMapping
-
Methods inherited from class org.gradle.api.DefaultTask
newInputDirectory, newInputFile, newOutputDirectory, newOutputFile
-
Methods inherited from class org.gradle.api.internal.AbstractTask
appendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toString
-
-
-
-
Method Detail
-
d8_3_5_4
public static java.lang.String[] d8_3_5_4(AssetsDex.Log log, java.io.File out, java.io.File... jar)
-
d8
public static java.lang.String[] d8(AssetsDex.Log log, java.io.File out, java.io.File... jar)
-
_d8
public static java.lang.String[] _d8(AssetsDex.Log log, java.io.File out, java.io.File... jar)
-
dex
public static AssetsDex.Output dex(AssetsDex.Log log, java.io.File file, java.io.File into)
-
copy
protected void copy()
- Overrides:
copyin classorg.gradle.api.tasks.AbstractCopyTask
-
-