- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for parseProperty (0.06 sec)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/props/MavenProperties.java
while (!val.isEmpty() && Character.isWhitespace(val.charAt(0))) { val = val.substring(1); } sb.append(val); } String[] property = PropertiesReader.parseProperty(sb.toString()); this.layout.put(key, new Layout(commentLines, valueLines)); return storage.put(key, property[1]); } public String put(String key, List<String> commentLines, String value) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 38.2K bytes - Viewed (0)