public class SetPlatformProperties
extends org.apache.tools.ant.Task
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COREPLUS_EXTENSION_ENDPOINT |
static java.lang.String |
COREPLUS_EXTENSION_MODE |
static java.lang.String |
PRODUCTION_GENERATE_CONTEXTES |
| Constructor and Description |
|---|
SetPlatformProperties() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildRelativePath(java.io.File fromDir,
java.io.File toFileOrDir)
see UtilitiesTest.testBuildRelativePath computes the relative file path from the "fromDir" to the "toFileOrDir"
argument.
|
void |
execute() |
static java.io.File |
getTargetProductionBinDir(org.apache.tools.ant.Project project) |
protected boolean |
isInCommandLine(java.lang.String arg) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic static final java.lang.String COREPLUS_EXTENSION_MODE
public static final java.lang.String COREPLUS_EXTENSION_ENDPOINT
public static final java.lang.String PRODUCTION_GENERATE_CONTEXTES
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionprotected boolean isInCommandLine(java.lang.String arg)
public static java.io.File getTargetProductionBinDir(org.apache.tools.ant.Project project)
public static java.lang.String buildRelativePath(java.io.File fromDir,
java.io.File toFileOrDir)
fromDir - the dir to start fromtoFileOrDir - the dir or file to go toCopyright © 2018 SAP SE. All Rights Reserved.