Tabnine Logo
FilesystemConfig.setModifiedSince
Code IndexAdd Tabnine to your IDE (free)

How to use
setModifiedSince
method
in
com.emc.ecs.sync.config.storage.FilesystemConfig

Best Java code snippets using com.emc.ecs.sync.config.storage.FilesystemConfig.setModifiedSince (Showing top 2 results out of 315)

origin: EMCECS/ecs-sync

fsConfig.setModifiedSince(Iso8601Util.format(modifiedSince));
origin: EMCECS/ecs-sync

object.setDeleteOlderThan(0);
object.setDeleteCheckScript("foo.sh");
object.setModifiedSince("2015-01-01T00:00:00Z");
object.setExcludedPaths(new String[]{".*\\.bak", ".*/\\.snapshot"});
object.setStoreMetadata(true);
com.emc.ecs.sync.config.storageFilesystemConfigsetModifiedSince

Javadoc

Date/time should be provided in ISO-8601 UTC format (i.e. 2015-01-01T04:30:00Z)

Popular methods of FilesystemConfig

  • <init>
  • getPath
  • isUseAbsolutePath
  • setPath
  • getDeleteCheckScript
  • getDeleteOlderThan
  • getExcludedPaths
  • getModifiedSince
  • isFollowLinks
  • isIncludeBaseDir
  • setExcludedPaths
  • setStoreMetadata
  • setExcludedPaths,
  • setStoreMetadata,
  • isStoreMetadata,
  • setDeleteCheckScript,
  • setDeleteOlderThan,
  • setFollowLinks,
  • setUseAbsolutePath

Popular in Java

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • getSupportFragmentManager (FragmentActivity)
  • compareTo (BigDecimal)
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Path (java.nio.file)
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • CodeWhisperer alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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