-
br.com.experian.pbd.plugin.file.FileCreator.createFile()
-
com.intellij.lang.ParserDefinition.createFile()
Creates a PSI element for the specified virtual file.
@param viewProvider
@return the PSI file element.
-
com.intellij.psi.PsiDirectory.createFile()
Creates a file with the specified name in the directory.
@param name the name of the file to create.
@return the created file instance.
@throws IncorrectOperationException if the operation failed for some reason.
-
com.mongodb.gridfs.GridFS.createFile()
creates a file entry. After calling this method, you have to call save() on the GridFSInputFile file
@param data the file's data
@return
-
com.streamreduce.util.WebHDFSClient.createFile()
Creates a new file, represented by the connection URL, writing the contents to the new file.
@param contents byte[]
@throws IOException if the file cannot be created or written to.
-
com.sun.jna.examples.win32.Kernel32.CreateFile()
-
com.trilead.ssh2.SFTPv3Client.createFile()
Create a file and open it for reading and writing. You can specify the default attributes of the file (the server may or may not respect your wishes).
@param fileName See the {@link SFTPv3Client comment} for the class for more details.
@param attr may be null
to use server defaults. Probably onlythe uid
, gid
and permissions
(remember the server may apply a umask) entries of the {@link SFTPv3FileHandle}structure make sense. You need only to set those fields where you want to override the server's defaults.
@return a SFTPv3FileHandle handle
@throws IOException
-
jSimMacs.logic.handler.DataHandler.createFile()
Creates a File
@param fileDirectory
@return boolean if it worked
@throws IOException
-
net.sourceforge.javautil.common.io.IVirtualDirectory.createFile()
@param path The path to the file to create
@return The newly created file
@see #createFile(String)
-
no.ugland.utransprod.service.impl.VismaFileCreatorImpl.createFile()
-
org.apache.commons.vfs.FileObject.createFile()
Creates this file, if it does not exist. Also creates any ancestor folders which do not exist. This method does nothing if the file already exists and is a file.
@throws FileSystemException If the file already exists with the wrong type, or the parentfolder is read-only, or on error creating this file or one of its ancestors.
-
org.apache.commons.vfs2.FileObject.createFile()
Creates this file, if it does not exist. Also creates any ancestor folders which do not exist. This method does nothing if the file already exists and is a file.
@throws FileSystemException If the file already exists with the wrong type, or the parentfolder is read-only, or on error creating this file or one of its ancestors.
-
org.apache.lucene.store.Directory.createFile()
Creates a new, empty file in the directory with the given name. Returns a stream writing this file.
-
org.apache.lucene.store.RAMDirectory.createFile()
Creates a new, empty file in the directory with the given name. Returns a stream writing this file.
-
org.apache.sling.ide.test.impl.helpers.RepositoryAccessor.createFile()
-
org.eclipse.egit.core.test.TestProject.createFile()
-
org.geoserver.platform.GeoServerResourceLoader.createFile()
Creates a new file.
Calls through to {@link #createFile(String)}.
@param location The components of the location.
@return The file handle of the created file.
@throws IOException In the event of an I/O error.
-
org.gephi.utils.TempDirUtils.TempDir.createFile()
-
org.jboss.fresh.vfs.VFS.createFile()
File must not be null and must not exist. Only name, type and mime must be specified. Optional can be specified also linkto, attributes and roles. CreateDate, lastModified, length, complete, tag and orderIndex are set by vfs. If exception is occured, it indicates meta persistence problem or security restrictions. Returns tag string for this file.
@param ctx User's context.
@param file Description of the Parameter
@return Tag indication current state of file.
-
org.jnode.net.nfs.nfs2.NFS2Client.createFile()
-
org.netbeans.gradle.model.util.TemporaryFileManager.createFile()
-
org.nutz.filepool.FilePool.createFile()
在池中创建一个文件
@param suffix 文件的后缀
@return 文件
@throws IOException
-
org.nxplanner.file.FileSystem.createFile()
-
org.nxplanner.file.FileSystemImpl.createFile()
-
org.openqreg.reader.XmlCreator.createFile()
-
org.rhq.helpers.pluginGen.PluginGen.createFile()
-
org.sd_network.vfs.VfsService.createFile()
Create file, and return the instance of VfsFile. This method only create File entry to database, the contents may not exists. In order to write the contents, you should call {@link #createFileSession(String,String,FileSession.Mode)}method for get file session first. And then, you should call {@link #writeData(String,String,byte[],int)}method for write content.
If number of child object that exists under the parent object already max, throws VfsIOException.
@param sessionID user session ID that is logged in.
@param parentFileID parent file ID.
@param name the name of new file.
@throws VfsIOException Throws if could not create the file by an error or system limitation.
@throws SessionException Throws if the session is invalidated or timeout.
-
railo.commons.io.res.Resource.createFile()
Creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist. The check for the existence of the file and the creation of the file if it does not exist are a single operation that is atomic with respect to all other filesystem activities that might affect the file.
@param createParentWhenNotExists
@throws IOException If an I/O error occurred
-
tachyon.client.TachyonFS.createFile()
Creates a new file in the file system.
@param path The path of the file
@param ufsPath The path of the file in the under file system. If this is empty, the file doesnot exist in the under file system yet.
@param blockSizeByte The size of the block in bytes. It is -1 iff ufsPath is non-empty.
@param recursive Creates necessary parent folders if true, not otherwise.
@return The file id, which is globally unique.
-
test.old.SignalCreator.createFile()
-
workspace.elements.HaxeProject.createFile()