congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
RamFileSystemConfigBuilder.setParam
Code IndexAdd Tabnine to your IDE (free)

How to use
setParam
method
in
org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder

Best Java code snippets using org.apache.commons.vfs2.provider.ram.RamFileSystemConfigBuilder.setParam (Showing top 8 results out of 315)

origin: com.github.abashev/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 */
public void setMaxSize(final FileSystemOptions opts, final long sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: org.apache.commons/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 */
public void setMaxSize(final FileSystemOptions opts, final long sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: apache/commons-vfs

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 */
public void setMaxSize(final FileSystemOptions opts, final long sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: org.jetbrains.intellij.deps/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 */
public void setMaxSize(final FileSystemOptions opts, final long sizeInBytes)
{
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: org.apache.commons/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 * @deprecated Use {@link #setMaxSize(FileSystemOptions, long)}
 */
@Deprecated
public void setMaxSize(final FileSystemOptions opts, final int sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: org.jetbrains.intellij.deps/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 * @deprecated Use {@link #setMaxSize(FileSystemOptions, long)}
 */
@Deprecated
public void setMaxSize(final FileSystemOptions opts, final int sizeInBytes)
{
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: apache/commons-vfs

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 * @deprecated Use {@link #setMaxSize(FileSystemOptions, long)}
 */
@Deprecated
public void setMaxSize(final FileSystemOptions opts, final int sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
origin: com.github.abashev/commons-vfs2

/**
 * Sets the maximum size of the file system.
 *
 * @param opts The FileSystem options.
 * @param sizeInBytes The maximum file size.
 * @deprecated Use {@link #setMaxSize(FileSystemOptions, long)}
 */
@Deprecated
public void setMaxSize(final FileSystemOptions opts, final int sizeInBytes) {
  setParam(opts, MAX_SIZE_KEY, Long.valueOf(sizeInBytes));
}
org.apache.commons.vfs2.provider.ramRamFileSystemConfigBuildersetParam

Popular methods of RamFileSystemConfigBuilder

  • getInstance
    Gets the singleton builder.
  • getLongMaxSize
    Defaults to Integer#MAX_VALUE.
  • getLong
  • setMaxSize
    Sets the maximum size of the file system.

Popular in Java

  • Reactive rest calls using spring rest template
  • putExtra (Intent)
  • scheduleAtFixedRate (Timer)
  • setContentView (Activity)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • LinkedHashMap (java.util)
    LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • Top 17 Free Sublime Text Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now