Tabnine Logo
Depth.infinityOrFiles
Code IndexAdd Tabnine to your IDE (free)

How to use
infinityOrFiles
method
in
org.tigris.subversion.javahl.Depth

Best Java code snippets using org.tigris.subversion.javahl.Depth.infinityOrFiles (Showing top 14 results out of 315)

origin: org.tmatesoft.svnkit/svnkit-javahl16

public static final int infinityOrFiles(boolean recurse) {
  return Depth.infinityOrFiles(recurse);
}
origin: org.codehaus.jtstand/jtstand-svnkit

public static final int infinityOrFiles(boolean recurse) {
  return Depth.infinityOrFiles(recurse);
}
origin: com.svnkit/com.springsource.org.tigris.subversion.javahl

public static final int infinityOrFiles(boolean recurse) {
  return Depth.infinityOrFiles(recurse);
}
origin: org.jvnet.hudson.svnkit/svnkit

public static final int infinityOrFiles(boolean recurse) {
  return Depth.infinityOrFiles(recurse);
}
origin: org.codehaus.jtstand/jtstand-svn-core

/**
 * @since 1.5
 */
public native long checkout(String moduleName, String destPath,
              Revision revision, Revision pegRevision,
              int depth, boolean ignoreExternals,
              boolean allowUnverObstructions)
    throws ClientException;
origin: org.tigris.subversion/svn-javahl-api

/**
 * @since 1.5
 */
public native long doExport(String srcPath, String destPath,
              Revision revision, Revision pegRevision,
              boolean force, boolean ignoreExternals,
              int depth, String nativeEOL)
    throws ClientException;
origin: org.tigris.subversion/svn-javahl-api

/**
 * @since 1.5
 */
public native void doImport(String path, String url, String message,
              int depth, boolean noIgnore,
              boolean ignoreUnknownNodeTypes,
              Map revpropTable)
    throws ClientException;
origin: org.tigris.subversion/svn-javahl-api

/**
 * @since 1.5
 */
public native void merge(String path1, Revision revision1, String path2,
             Revision revision2, String localPath,
             boolean force, int depth,
             boolean ignoreAncestry, boolean dryRun,
             boolean recordOnly)
    throws ClientException;
origin: org.codehaus.jtstand/jtstand-svn-core

/**
 * @since 1.5
 */
public native long doExport(String srcPath, String destPath,
              Revision revision, Revision pegRevision,
              boolean force, boolean ignoreExternals,
              int depth, String nativeEOL)
    throws ClientException;
origin: org.tigris.subversion/svn-javahl-api

/**
 * @since 1.5
 */
public native long checkout(String moduleName, String destPath,
              Revision revision, Revision pegRevision,
              int depth, boolean ignoreExternals,
              boolean allowUnverObstructions)
    throws ClientException;
origin: org.codehaus.jtstand/jtstand-svn-core

/**
 * @since 1.5
 */
public native void doImport(String path, String url, String message,
              int depth, boolean noIgnore,
              boolean ignoreUnknownNodeTypes,
              Map revpropTable)
    throws ClientException;
origin: org.codehaus.jtstand/jtstand-svn-core

/**
 * @since 1.5
 */
public native void merge(String path1, Revision revision1, String path2,
             Revision revision2, String localPath,
             boolean force, int depth,
             boolean ignoreAncestry, boolean dryRun,
             boolean recordOnly)
    throws ClientException;
origin: org.codehaus.jtstand/jtstand-svn-core

/**
 * @since 1.5
 */
public native void merge(String path, Revision pegRevision,
             RevisionRange[] revisions, String localPath,
             boolean force, int depth, boolean ignoreAncestry,
             boolean dryRun, boolean recordOnly)
    throws ClientException;
origin: org.tigris.subversion/svn-javahl-api

/**
 * @since 1.5
 */
public native void merge(String path, Revision pegRevision,
             RevisionRange[] revisions, String localPath,
             boolean force, int depth, boolean ignoreAncestry,
             boolean dryRun, boolean recordOnly)
    throws ClientException;
org.tigris.subversion.javahlDepthinfinityOrFiles

Popular methods of Depth

  • infinityOrEmpty
  • infinityOrImmediates
  • unknownOrFiles
  • unknownOrImmediates

Popular in Java

  • Making http post requests using okhttp
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • getContentResolver (Context)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Location (org.springframework.beans.factory.parsing)
    Class that models an arbitrary location in a Resource.Typically used to track the location of proble
  • From CI to AI: The AI layer in your organization
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