Home | History | Annotate | Download | only in src

Lines Matching refs:append

38         classpath.append("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
82 classpath.append(" <classpathentry kind=\"src\"");
85 classpath.append(" excluding=\"")
86 .append(excluding).append("\"");
88 classpath.append(" path=\"")
89 .append(trimmed(sourceRoot)).append("\"/>\n");
96 classpath.append(" <classpathentry kind=\"lib\" path=\"")
97 .append(trimmed(jar)).append("\"/>\n");
104 classpath.append(" <classpathentry kind=\"output\" path=\""
107 classpath.append("</classpath>\n");
137 classpath.append('|');
139 classpath.append(nextPath.substring(path.length() + 1))
140 .append('/');
154 classpath.append('|');
156 classpath.append(excludedPath.substring(path.length() + 1))
157 .append('/');