Package io.github.isotes.vs.utils
Class VsSolutionParser
- java.lang.Object
-
- io.github.isotes.vs.utils.VsSolutionParser
-
public class VsSolutionParser extends Object
Internal helper class to parse solution files forVsSolution
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
parse(VsSolution solution, String content)
static void
parse(VsSolution solution, Path fileName)
static void
parse(VsSolution solution, Path path, String content, String newline, boolean hasBom)
-
-
-
Method Detail
-
parse
public static void parse(VsSolution solution, Path fileName)
-
parse
public static void parse(VsSolution solution, String content)
-
parse
public static void parse(VsSolution solution, Path path, String content, String newline, boolean hasBom)
-
-