You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metafacture-xml/src/main/java/org/metafacture/xml/XmlFilenameWriter.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,11 @@
51
51
* @author Pascal Christoph
52
52
* @author Christoph Böhme
53
53
*/
54
-
@Description("Writes the xml into the filesystem. The filename is constructed from the xpath given as 'property'.\n" + // checkstyle-disable-line ClassDataAbstractionCoupling|ClassFanOutComplexity
"- 'property' (the element in the XML entity. Constitutes the main part of the file's name.)\n" +
57
-
"- 'startIndex' ( a subfolder will be extracted out of the filename. This marks the index' beginning )\n" +
58
-
"- 'stopIndex' ( a subfolder will be extracted out of the filename. This marks the index' end )\n")
54
+
@Description("Writes the XML into the filesystem. The filename is constructed from the XPATH given as 'property'." + // checkstyle-disable-line ClassDataAbstractionCoupling|ClassFanOutComplexity
55
+
" Variables are:" + "`target` (determining the output directory)" +
56
+
", `property` (the element in the XML entity. Constitutes the main part of the file's name.)" +
57
+
", `startIndex` ( a subfolder will be extracted out of the filename. This marks the index' beginning )" +
58
+
", `stopIndex` ( a subfolder will be extracted out of the filename. This marks the index' end )")
0 commit comments