public class CompileAlgorithmTask
extends org.gradle.api.tasks.Sync
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DESTINATION_DIR_NAME |
| Constructor and Description |
|---|
CompileAlgorithmTask()
Создание экземпляра класса
CompileAlgorithmTask |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryPoint()
Возврщает точку входа в Алгоритм
|
org.gradle.api.file.CopySpec |
getLibs()
Возвращает содержимое папки libs Среды исполнения в Определении алгоритма
|
org.gradle.api.file.CopySpec |
getRuntime()
Возвращает содержимое папки Среды исполнения в Определении алгоритма
|
java.lang.String |
getRuntimeName()
Возвоащает имя Среды исполнения
|
void |
setEntryPoint(java.lang.String entryPoint)
Устанавливает точку входа в Алгоритм
|
createCopyAction, createRootSpec, getDestinationDir, getPreserve, getRootSpec, preserve, setDestinationDircopy, createCopyActionExecuter, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, 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, withconventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActionClassLoaders, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic static final java.lang.String DESTINATION_DIR_NAME
public CompileAlgorithmTask()
CompileAlgorithmTask@Input public java.lang.String getRuntimeName()
@Input public java.lang.String getEntryPoint()
public void setEntryPoint(java.lang.String entryPoint)
entryPoint - Точка входа в Алгоритм - полное имя метода@Internal public org.gradle.api.file.CopySpec getRuntime()
@Internal public org.gradle.api.file.CopySpec getLibs()