Tabnine Logo
IndexProvider.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
de.smartics.testdoc.report.export.doc.IndexProvider
constructor

Best Java code snippets using de.smartics.testdoc.report.export.doc.IndexProvider.<init> (Showing top 2 results out of 315)

origin: de.smartics.testdoc/maven-testdoc-report-plugin

/**
 * {@inheritDoc}
 */
@Override
protected void executeReport(final Locale locale) throws MavenReportException
{
 if (canGenerateReport())
 {
  super.executeReport(locale);
  final IndexProvider indexChecker = new IndexProvider(serOutputDirectory);
  final ReportConfig reportConfig = createReportConfig();
  testDocHelper = indexChecker.createHelper(reportConfig);
  if (testDocHelper.isIndexProvided())
  {
   exportIndex(locale);
  }
  else
  {
   getLog().info(
     "No test doc information found, no report will be generated.");
  }
 }
 else
 {
  getLog().debug("Skipping testdoc report.");
 }
}
origin: de.smartics.testdoc/testdoc-maven-report-plugin

/**
 * {@inheritDoc}
 */
@Override
protected void executeReport(final Locale locale) throws MavenReportException
{
 if (canGenerateReport())
 {
  super.executeReport(locale);
  final IndexProvider indexChecker = new IndexProvider(serOutputDirectory);
  final ReportConfig reportConfig = createReportConfig();
  testDocHelper = indexChecker.createHelper(reportConfig);
  if (testDocHelper.isIndexProvided())
  {
   exportIndex(locale);
  }
  else
  {
   getLog().info(
     "No test doc information found, no report will be generated.");
  }
 }
 else
 {
  getLog().debug("Skipping testdoc report.");
 }
}
de.smartics.testdoc.report.export.docIndexProvider<init>

Javadoc

Convenience constructor using JMX object name JmxExportAdapterClient#OBJECT_NAME.

Popular methods of IndexProvider

  • createHelper
    Creates the helper that essentially encapsulates the index of test documentation.
  • fetchSerFiles
  • getIndexIndexFromJmxBean
  • isJmxBeanRegistered
  • isSerializedIndexProvided
  • readIndex

Popular in Java

  • Reading from database using SQL prepared statement
  • findViewById (Activity)
  • runOnUiThread (Activity)
  • compareTo (BigDecimal)
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • JFileChooser (javax.swing)
  • JList (javax.swing)
  • Top plugins for Android Studio
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