Searched defs:EOL_TOKEN (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/collections/
H A DManifestUtils.java50 * It automatically replace all occurences of EOL_TOKEN with linefeeds
58 public static final String EOL_TOKEN = "%%%EOL%%%"; field in class:ManifestUtils
117 s = s.replaceAll("\r\n", EOL_TOKEN);
119 return s.replaceAll("\n", EOL_TOKEN);
140 return s.replaceAll(EOL_TOKEN, EOL);

Completed in 13 milliseconds