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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DSyntheticRepository.java88 public class SyntheticRepository implements Repository { class in inherits:Repository
96 private SyntheticRepository(ClassPath path) { method in class:SyntheticRepository
100 public static SyntheticRepository getInstance() {
104 public static SyntheticRepository getInstance(ClassPath classPath) {
105 SyntheticRepository rep = (SyntheticRepository)_instances.get(classPath);
108 rep = new SyntheticRepository(classPath);
198 throw new ClassNotFoundException("SyntheticRepository could not load " +

Completed in 29 milliseconds