Package jetbrains.buildServer.util
Class XmlFilePatcher
- java.lang.Object
-
- jetbrains.buildServer.util.XmlFilePatcher
-
public class XmlFilePatcher extends Object
- Author:
- Yegor.Yarko Date: 20/02/2017
-
-
Field Summary
Fields Modifier and Type Field Description static String
DELIM
protected static String
PARAM_BASE_SOURCE_DIR
protected static String
PARAM_BASE_TARGET_DIR
protected static String
PARAM_CONFIG
static String
SOURCE
static String
TARGET
-
Constructor Summary
Constructors Constructor Description XmlFilePatcher()
-
-
-
Field Detail
-
SOURCE
public static final String SOURCE
- See Also:
- Constant Field Values
-
TARGET
public static final String TARGET
- See Also:
- Constant Field Values
-
DELIM
public static final String DELIM
- See Also:
- Constant Field Values
-
PARAM_CONFIG
protected static final String PARAM_CONFIG
- See Also:
- Constant Field Values
-
PARAM_BASE_TARGET_DIR
protected static final String PARAM_BASE_TARGET_DIR
- See Also:
- Constant Field Values
-
PARAM_BASE_SOURCE_DIR
protected static final String PARAM_BASE_SOURCE_DIR
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
-