src/share/classes/com/sun/tools/javac/api/WrappingJavaFileManager.java

changeset 1357
c75be5bc5283
parent 581
f2fdd52e4e87
child 2525
2eb010b6cb22
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
1 /* 1 /*
2 * Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
29 import java.net.URI; 29 import java.net.URI;
30 import java.util.ArrayList; 30 import java.util.ArrayList;
31 import java.util.Collections; 31 import java.util.Collections;
32 import java.util.List; 32 import java.util.List;
33 import java.util.Set; 33 import java.util.Set;
34
35 import javax.tools.*;
34 import javax.tools.JavaFileObject.Kind; 36 import javax.tools.JavaFileObject.Kind;
35 import javax.tools.*;
36 37
37 /** 38 /**
38 * Wraps all calls to a given file manager. Subclasses of this class 39 * Wraps all calls to a given file manager. Subclasses of this class
39 * might override some of these methods and might also provide 40 * might override some of these methods and might also provide
40 * additional fields and methods. 41 * additional fields and methods.

mercurial