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

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileSystemException.java83 public String getFile() { method in class:FileSystemException
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DFileDataSource.java146 public File getFile() { method in class:FileDataSource
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/writer/
H A DFileCodeWriter.java76 return new FileOutputStream(getFile(pkg,fileName));
79 protected File getFile(JPackage pkg, String fileName ) throws IOException { method in class:FileCodeWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DWSCodeWriter.java49 protected File getFile(JPackage pkg, String fileName ) throws IOException { method in class:WSCodeWriter
50 File f = super.getFile(pkg, fileName);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/model/
H A DJavacSourcePosition.java53 public JavaFileObject getFile() { method in class:JavacSourcePosition
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpFileSystemHandler.java60 public java.io.InputStream getFile(String name); method in interface:FtpFileSystemHandler
/openjdk7/hotspot/test/runtime/7116786/
H A DTest7116786.java71 String getFile() { return this.file; } method in class:Case
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DPerfDataFile.java98 public static File getFile(int lvmid) { method in class:PerfDataFile
181 public static File getFile(String user, int lvmid) { method in class:PerfDataFile
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DDiagnosticSource.java68 public JavaFileObject getFile() { method in class:DiagnosticSource
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassPath.java178 return getFile(name, true);
184 public ClassFile getFile(String name) { method in class:ClassPath
185 return getFile(name, false);
190 private ClassFile getFile(String name, boolean isDirectory) { method in class:ClassPath
/openjdk7/jdk/test/sun/net/ftp/
H A DB6427768.java73 public InputStream getFile(String name) { method in class:B6427768.MyFileSystemHandler
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/posix/
H A DDSO.java43 return getFile().getHeader().getFileType() == ELFHeader.FT_DYN;
108 ELFSymbol sym = getFile().getHeader().getELFSymbol(offset);
125 ELFSymbol sym = getFile().getHeader().getELFSymbol(symbol);
150 protected ELFFile getFile() { method in class:DSO
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/windbg/
H A DDLL.java67 return getFile().getHeader().hasCharacteristic(Characteristics.IMAGE_FILE_DLL);
155 getFile().close();
163 private COFFFile getFile() { method in class:DLL
197 getFile().getHeader().getOptionalHeader().getDataDirectories().getExportDirectoryTable();
/openjdk7/jdk/src/share/classes/java/awt/
H A DFileDialog.java93 * @see getFile()
410 public String getFile() { method in class:FileDialog
423 * @see #getFile
465 * @see #getFile
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DRelativePath.java55 public File getFile(File directory) { method in class:RelativePath
/openjdk7/jdk/src/share/classes/java/net/
H A DURL.java817 public String getFile() { method in class:URL
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelByteBuffer.java246 public File getFile() { method in class:ModelByteBuffer
/openjdk7/jdk/src/macosx/classes/java/util/prefs/
H A DMacOSXPreferencesFile.java118 // private contructor - use factory method getFile() instead
129 getFile(String newName, boolean isUser) method in class:MacOSXPreferencesFile
/openjdk7/jdk/test/javax/management/mxbean/
H A DExceptionDiagnosisTest.java64 public File getFile() { method in class:ExceptionDiagnosisTest.Rotifer
/openjdk7/jdk/src/share/classes/sun/net/ftp/
H A DFtpClient.java368 public abstract FtpClient getFile(String name, OutputStream local) throws FtpProtocolException, IOException; method in class:FtpClient
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java1221 public sun.net.ftp.FtpClient getFile(String name, OutputStream local) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient

Completed in 189 milliseconds