public class SetPlatformProperties
extends Task
| Constructor and Description |
|---|
SetPlatformProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String |
buildRelativePath(File fromDir,
File toFileOrDir)
see UtilitiesTest.testBuildRelativePath computes the relative file path from the "fromDir" to the "toFileOrDir"
argument.
|
void |
execute() |
protected Map<String,Object> |
getPropertiesStartingWith(String prefix,
boolean stripPrefix) |
protected boolean |
isInCommandLine(String arg) |
public void execute()
throws BuildException
BuildExceptionprotected boolean isInCommandLine(String arg)
protected Map<String,Object> getPropertiesStartingWith(String prefix, boolean stripPrefix)
public static String buildRelativePath(File fromDir, File toFileOrDir)
fromDir - the dir to start fromtoFileOrDir - the dir or file to go toCopyright © 2017 SAP SE. All Rights Reserved.