congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
RawSubStringPattern.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.jgit.util.RawSubStringPattern
constructor

Best Java code snippets using org.eclipse.jgit.util.RawSubStringPattern.<init> (Showing top 4 results out of 315)

origin: org.eclipse.jgit/org.eclipse.jgit

/**
 * Construct a new matching filter.
 *
 * @param patternText
 *            text to locate. This should be a safe string as described by
 *            the {@link #safe(String)} as regular expression meta
 *            characters are treated as literals.
 */
protected SubStringRevFilter(String patternText) {
  pattern = new RawSubStringPattern(patternText);
}
origin: sonia.jgit/org.eclipse.jgit

/**
 * Construct a new matching filter.
 *
 * @param patternText
 *            text to locate. This should be a safe string as described by
 *            the {@link #safe(String)} as regular expression meta
 *            characters are treated as literals.
 */
protected SubStringRevFilter(final String patternText) {
  pattern = new RawSubStringPattern(patternText);
}
origin: theonedev/onedev

/**
 * Construct a new matching filter.
 *
 * @param patternText
 *            text to locate. This should be a safe string as described by
 *            the {@link #safe(String)} as regular expression meta
 *            characters are treated as literals.
 */
protected SubStringRevFilter(String patternText) {
  pattern = new RawSubStringPattern(patternText);
}
origin: berlam/github-bucket

/**
 * Construct a new matching filter.
 *
 * @param patternText
 *            text to locate. This should be a safe string as described by
 *            the {@link #safe(String)} as regular expression meta
 *            characters are treated as literals.
 */
protected SubStringRevFilter(String patternText) {
  pattern = new RawSubStringPattern(patternText);
}
org.eclipse.jgit.utilRawSubStringPattern<init>

Javadoc

Construct a new substring pattern.

Popular methods of RawSubStringPattern

  • match
    Match a character sequence against this pattern.
  • pattern
    Get the literal pattern string this instance searches for.
  • lc
  • neq

Popular in Java

  • Running tasks concurrently on multiple threads
  • onRequestPermissionsResult (Fragment)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • startActivity (Activity)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • URLConnection (java.net)
    A connection to a URL for reading or writing. For HTTP connections, see HttpURLConnection for docume
  • JList (javax.swing)
  • JPanel (javax.swing)
  • 14 Best Plugins for Eclipse
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