-
br.com.objectos.rio.GentooPrepare.mkdir()
-
com.caucho.vfs.Path.mkdir()
Creates the directory named by this path.
@return true if successful.
-
com.enterprisedt.net.ftp.FTPClient.mkdir()
-
com.jcraft.jsch.ChannelSftp.mkdir()
-
com.mucommander.commons.file.AbstractFile.mkdir()
-
com.nexirius.util.XFile.mkdir()
-
com.nokia.dempsy.cluster.ClusterInfoSession.mkdir()
This will create a node at the given path. A node must be created before it can be used. This method is not recursive so parent directories will need to be created before this one is created.
@param path a '/' separated path to a directory in the cluster informationmanager.
@return directory path if the directory was created. Null if the directory cannot be created or already exists.
@throws ClusterInfoException on an error which can include the fact that theparent directory doesn't exist.
-
com.sshtools.j2ssh.SftpClient.mkdir()
Creates a new directory on the remote server. This method will throw an exception if the directory already exists. To create directories and disregard any errors use the mkdirs
method.
@param dir the name of the new directory
@throws IOException if an IO error occurs or if the directory alreadyexists
@since 0.2.0
-
com.sun.xfile.XFile.mkdir()
-
com.trilead.ssh2.SFTPv3Client.mkdir()
Create a new directory.
@param dirName See the {@link SFTPv3Client comment} for the class for more details.
@param posixPermissions the permissions for this directory, e.g., "0700". The serverwill likely apply a umask.
@throws IOException
-
com.xebialabs.overthere.OverthereFile.mkdir()
Creates this directory. If the parent directory does not exists, a {@link RuntimeIOException} is thrown.
-
com.zaranux.client.java.io.File.mkdir()
-
common.api.ApiClient.mkdir()
Create a directory at the specified location
@param path the full path of the directory to create
@return true if folder was created successfully, false otherwise
-
java.io.File.mkdir()
Creates the directory named by the trailing filename of this File. Not all directories required to create this File are created.
@return true
if the directory was created,false
otherwise.
@see #getPath
@see java.lang.SecurityManager#checkWrite(FileDescriptor)
-
javax.microedition.io.file.FileConnection.mkdir()
-
jcifs.smb.SmbFile.mkdir()
e>, smb://workgroup/
, smb://server/
, or smb://server/share/
URLs because workgroups, servers, and shares cannot be dynamically created (although in the future it may be possible to create shares).
@throws SmbException
-
net.sourceforge.squirrel_sql.fw.util.FileWrapper.mkdir()
Creates the directory named by this abstract pathname.
@return true
if and only if the directory wascreated; false
otherwise
@throws SecurityException If a security manager exists and its {@link java.lang.SecurityManager#checkWrite(java.lang.String)}
method does not permit the named directory to be created
-
org.apache.derby.impl.io.vfmem.VirtualFile.mkdir()
Creates the directory denoted by this virtual file if it doesn't exist.
For the directory to be created, it cannot exist already (either as a file or a directory), and any parent directories must exist.
@return {@code true} if the directory was created, {@code false}otherwise.
-
org.apache.derby.io.StorageFile.mkdir()
Creates the named directory.
@return true if the directory was created; false if not.
-
org.apache.ftpserver.ftplet.FileObject.mkdir()
Create directory.
-
org.apache.ftpserver.ftplet.FtpFile.mkdir()
Create directory.
@return true if the operation was successful
-
org.apache.hadoop.eclipse.dfs.DFSFolder.mkdir()
Create a new sub directory into this directory
@param folderName
-
org.apache.hadoop.fs.FileContext.mkdir()
Make(create) a directory and all the non-existent parents.
@param dir - the dir to make
@param permission - permissions is set permission&~umask
@param createParent - if true then missing parent dirs are created if falsethen parent must exist
@throws AccessControlException If access is denied
@throws FileAlreadyExistsException If directory dir
alreadyexists
@throws FileNotFoundException If parent of dir
does not existand createParent
is false
@throws ParentNotDirectoryException If parent of dir
is not adirectory
@throws UnsupportedFileSystemException If file system for dir
is not supported
@throws IOException If an I/O error occurredExceptions applicable to file systems accessed over RPC:
@throws RpcClientException If an exception occurred in the RPC client
@throws UnexpectedServerException If server implementation throws undeclared exception to RPC server RuntimeExceptions:
@throws InvalidPathException If path dir
is not valid
-
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.ShellScriptBuilder.mkdir()
-
org.apache.maven.scm.provider.svn.AbstractSvnScmProvider.mkdir()
{@inheritDoc}
-
org.apache.sshd.client.SftpClient.mkdir()
-
org.apache.sshd.common.file.SshFile.mkdir()
Create directory.
@return true if the operation was successful
-
org.apache.sshd.server.SshFile.mkdir()
Create directory.
@return true if the operation was successful
-
org.apache.webdav.lib.WebdavFile.mkdir()
-
org.eclipse.core.filesystem.IFileStore.mkdir()
Creates a directory, and optionally its parent directories. If the directory already exists, this method has no effect.
The {@link EFS#SHALLOW} option flag indicates howthis method deals with creation when the parent directory does not exist. If the SHALLOW
flag is present, this method will fail if the parent directory does not exist. When the flag is not present, all necessary parent directories are also created.
@param options bit-wise or of option flag constants ({@link EFS#SHALLOW}).
@param monitor a progress monitor, or
null
if progressreporting and cancellation are not desired
@return This directory
@exception CoreException if this method fails. Reasons include:
- The directory could not be created
- A file already exists with this name that is not a directory
- The {@link EFS#SHALLOW} option flag wasspecified and the parent of this directory does not exist.
-
org.formic.util.File.mkdir()
-
org.jboss.forge.addon.resource.DirectoryResource.mkdir()
-
org.jboss.forge.resources.DirectoryResource.mkdir()
-
org.jboss.virtual.AssembledDirectory.mkdir()
Create a directory within this directory.
@param name the name
@return the directory
-
org.jboss.virtual.plugins.context.vfs.AssembledDirectory.mkdir()
Create a directory within this directory.
@param name
@return
-
org.maqetta.server.IStorage.mkdir()
-
org.maqetta.server.IVResource.mkdir()
-
org.platformlayer.ops.OpsTarget.mkdir()
-
org.springframework.data.hadoop.fs.FsShell.mkdir()
-
org.springframework.integration.smb.session.SmbSession.mkdir()
Creates the specified remote path if not yet exists. If the specified resource is a file rather than a path, creates all directories leading to that file.
@param _path remote path to create
@return always true (error states are express by exceptions)
@throws IOException on error conditions returned by a CIFS server
@see org.springframework.integration.file.remote.session.Session#mkdir(java.lang.String)
-
org.terrier.utility.io.FileSystem.mkdir()
mkdir the specified path
-
qat.parser.AgentInstance.MKDIR()
-
railo.commons.io.res.Resource.mkdir()
Creates the directory named by this abstract pathname.
@return true
if and only if the directory wascreated; false
otherwise
@deprecated use #createDirectory(boolean)
-
tachyon.client.TachyonFS.mkdir()