-
KFM.File.mkdirs()
-
com.caucho.vfs.Path.mkdirs()
Creates the directory named by this path and any parent directories.
@return true if successful.
-
com.knowgate.dfs.FileSystem.mkdirs()
loads/binaries/images ej. ftp://ftpserver/tmp/uploads/binaries/images
@throws Exception
@throws IOException
-
com.mucommander.commons.file.AbstractFile.mkdirs()
-
com.nexirius.util.XFile.mkdirs()
-
com.scaleunlimited.cascading.BasePath.mkdirs()
-
com.sun.enterprise.util.cluster.windows.io.WindowsRemoteFile.mkdirs()
-
com.sun.enterprise.util.io.WindowsRemoteFile.mkdirs()
-
com.xebialabs.overthere.OverthereFile.mkdirs()
Creates this directory and any of its parent directories.
-
com.zaranux.client.java.io.File.mkdirs()
-
de.schlichtherle.io.File.mkdirs()
-
edu.sdsc.grid.io.GeneralFile.mkdirs()
-
eu.stratosphere.core.fs.FileSystem.mkdirs()
Make the given file and all non-existent parents into directories. Has the semantics of Unix 'mkdir -p'. Existence of the directory hierarchy is not an error.
@param f the directory/directories to be created
@return true
if at least one new directory has been created, false
otherwise
@throws IOException thrown if an I/O error occurs while creating the directory
-
hudson.FilePath.mkdirs()
Creates this directory.
-
info.freelibrary.util.PairtreeObject.mkdirs()
-
info.freelibrary.util.PairtreeRoot.mkdirs()
-
java.io.File.mkdirs()
Create all the directories needed for this File. If the terminal directory already exists, answer false. If the directories were created successfully, answer true
.
@return true
if the necessary directories were created,false
otherwise.
-
java.io.FileReader.mkdirs()
-
javax.jcr.Repository.mkdirs()
-
jcifs.smb.SmbFile.mkdirs()
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
-
org.apache.accumulo.fate.zookeeper.IZooReaderWriter.mkdirs()
-
org.apache.accumulo.server.fs.VolumeManager.mkdirs()
-
org.apache.accumulo.server.zookeeper.IZooReaderWriter.mkdirs()
-
org.apache.derby.impl.io.vfmem.VirtualFile.mkdirs()
Creates the directory and any parent directories denoted by this virtual file.
For the directory to be created, it cannot exist already (either as a file or a directory), and all the parent elements most denote either existing directories or non-existing paths.
@return {@code true} if the directory was created, {@code false}otherwise.
-
org.apache.derby.io.StorageFile.mkdirs()
Creates the named directory, and all nonexistent parent directories.
@return true if the directory was created, false if not
-
org.apache.directory.server.InstallationLayout.mkdirs()
-
org.apache.directory.server.core.InstanceLayout.mkdirs()
-
org.apache.directory.server.core.api.InstanceLayout.mkdirs()
-
org.apache.flink.core.fs.FileSystem.mkdirs()
Make the given file and all non-existent parents into directories. Has the semantics of Unix 'mkdir -p'. Existence of the directory hierarchy is not an error.
@param f the directory/directories to be created
@return true
if at least one new directory has been created, false
otherwise
@throws IOException thrown if an I/O error occurs while creating the directory
-
org.apache.flink.core.fs.local.LocalFileSystem.mkdirs()
Recursively creates the directory specified by the provided path.
@return true
if the directories either already existed or have been created successfully,false
otherwise
@throws IOException thrown if an error occurred while creating the directory/directories
-
org.apache.hadoop.fs.FileSystem.mkdirs()
create a directory with the provided permission The permission of the directory is set to be the provided permission as in setPermission, not permission&~umask
@see #create(FileSystem,Path,FsPermission)
@param fs file system handle
@param dir the name of the directory to be created
@param permission the permission of the directory
@return true if the directory creation succeeds; false otherwise
@throws IOException
-
org.apache.hadoop.fs.LocalFileSystem.mkdirs()
-
org.apache.hadoop.fs.RawLocalFileSystem.mkdirs()
Creates the specified directory hierarchy. Does not treat existence as an error.
-
org.apache.hadoop.hdfs.DFSClient.mkdirs()
-
org.apache.hadoop.hdfs.DistributedFileSystem.mkdirs()
-
org.apache.hadoop.hdfs.DistributedRaidFileSystem.mkdirs()
-
org.apache.hadoop.hdfs.server.namenode.NameNode.mkdirs()
{@inheritDoc}
-
org.apache.hadoop.hdfs.server.protocol.NamenodeProtocols.mkdirs()
-
org.apache.hadoop.hive.metastore.Warehouse.mkdirs()
-
org.apache.pig.PigServer.mkdirs()
Make a directory.
@param dirs directory to make
@return true
@throws IOException
-
org.apache.twill.filesystem.Location.mkdirs()
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories.
@return true if and only if the renaming succeeded; false otherwise
-
org.conan.myhadoop.hdfs.HdfsDAO.mkdirs()
-
org.exist.util.io.Resource.mkdirs()
-
org.glassfish.cluster.ssh.sftp.SFTPClient.mkdirs()
Makes sure that the directory exists, by creating it if necessary.
-
org.gradle.util.TestFile.mkdirs()
-
org.jboss.forge.addon.resource.DirectoryResource.mkdirs()
-
org.jboss.forge.resource.DirectoryResource.mkdirs()
-
org.jboss.forge.resources.DirectoryResource.mkdirs()
-
org.jruby.util.NormalizedFile.mkdirs()
-
org.maqetta.server.IStorage.mkdirs()
-
org.sf.bee.commons.localstore.BeeResource.mkdirs()
-
railo.commons.io.res.Resource.mkdirs()
Creates the directory named by this abstract pathname, including any necessary but nonexistent parent directories. Note that if this operation fails it may have succeeded in creating some of the necessary parent directories.
@return true
if and only if the directory was created,along with all necessary parent directories; false
otherwise
@deprecated use #createDirectory(boolean)
-
tachyon.UnderFileSystem.mkdirs()
Creates the directory named by this abstract pathname. If the folder already exists, the method returns false.
@param path the folder to create
@param createParent If true, the method creates any necessary but nonexistent parentdirectories. Otherwise, the method does not create nonexistent parent directories.
@return true
if and only if the directory was created; false
otherwise
@throws IOException