src/share/classes/com/sun/tools/javac/nio/PathFileObject.java

changeset 1357
c75be5bc5283
parent 1080
edd7d9bd32dd
child 2525
2eb010b6cb22
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
1 /* 1 /*
2 * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2009, 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
37 import java.nio.CharBuffer; 37 import java.nio.CharBuffer;
38 import java.nio.charset.CharsetDecoder; 38 import java.nio.charset.CharsetDecoder;
39 import java.nio.file.Files; 39 import java.nio.file.Files;
40 import java.nio.file.LinkOption; 40 import java.nio.file.LinkOption;
41 import java.nio.file.Path; 41 import java.nio.file.Path;
42 import java.nio.file.attribute.BasicFileAttributes;
43 import javax.lang.model.element.Modifier; 42 import javax.lang.model.element.Modifier;
44 import javax.lang.model.element.NestingKind; 43 import javax.lang.model.element.NestingKind;
45 import javax.tools.JavaFileObject; 44 import javax.tools.JavaFileObject;
46 45
47 import com.sun.tools.javac.util.BaseFileManager; 46 import com.sun.tools.javac.util.BaseFileManager;

mercurial