Searched refs:TRANSITIVE_PREFIX (Results 1 – 2 of 2) sorted by relevance
47 public static final String TRANSITIVE_PREFIX = "META-INF/TRANSITIVE/"; field in ClassPathBinder108 if (name.startsWith(TRANSITIVE_PREFIX)) {111 name.substring(TRANSITIVE_PREFIX.length(), name.length() - ".class".length()));
204 jos, ClassPathBinder.TRANSITIVE_PREFIX + entry.getKey() + ".class", entry.getValue()); in writeOutput()