Tabnine Logo
AbstractMojoTestCase.getPluginDescriptorPath
Code IndexAdd Tabnine to your IDE (free)

How to use
getPluginDescriptorPath
method
in
org.apache.maven.plugin.testing.AbstractMojoTestCase

Best Java code snippets using org.apache.maven.plugin.testing.AbstractMojoTestCase.getPluginDescriptorPath (Showing top 4 results out of 315)

origin: org.apache.maven.plugin-testing/maven-plugin-testing-harness

public String getPluginDescriptorPath()
{
  return testCase.getPluginDescriptorPath();
}
origin: org.apache.maven.plugin-testing/maven-plugin-testing-harness

protected InputStream getPublicDescriptorStream()
  throws Exception
{
  return new FileInputStream( new File( getPluginDescriptorPath() ) );
}
origin: com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-harness

public String getPluginDescriptorPath()
{
  return testCase.getPluginDescriptorPath();
}
origin: com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-harness

protected InputStream getPublicDescriptorStream()
  throws Exception
{
  return new FileInputStream( new File( getPluginDescriptorPath() ) );
}
org.apache.maven.plugin.testingAbstractMojoTestCasegetPluginDescriptorPath

Popular methods of AbstractMojoTestCase

  • setUp
  • tearDown
  • getContainer
  • lookupMojo
    lookup the mojo while we have all of the relavent information
  • assertNotNull
  • configureMojo
    Configure the mojo with the given plexus configuration
  • extractPluginConfiguration
  • fail
  • finalizeMojoConfiguration
  • getBasedir
  • getPluginDescriptorLocation
  • getPublicDescriptorStream
  • getPluginDescriptorLocation,
  • getPublicDescriptorStream,
  • getVariableValueFromObject,
  • getVariablesAndValuesFromObject,
  • lookup,
  • lookupConfiguredMojo,
  • lookupEmptyMojo,
  • newMavenSession,
  • newMojoExecution

Popular in Java

  • Making http requests using okhttp
  • getSystemService (Context)
  • getExternalFilesDir (Context)
  • getSupportFragmentManager (FragmentActivity)
  • Menu (java.awt)
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • 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