Tabnine Logo
Maven2OsgiConverter.getBundleSymbolicName
Code IndexAdd Tabnine to your IDE (free)

How to use
getBundleSymbolicName
method
in
org.apache.maven.shared.osgi.Maven2OsgiConverter

Best Java code snippets using org.apache.maven.shared.osgi.Maven2OsgiConverter.getBundleSymbolicName (Showing top 3 results out of 315)

origin: org.apache.maven.plugins/maven-eclipse-plugin

/**
 * <p>
 * Format the artifact information into an Eclipse-friendly plug-in name. Delegates to maven2OsgiConverter to obtain
 * bundle symbolic name and version.
 * </p>
 */
private String formatEclipsePluginName( Artifact artifact )
{
  return maven2OsgiConverter.getBundleSymbolicName( artifact ) + "_"
    + maven2OsgiConverter.getVersion( artifact.getVersion() );
}
origin: reficio/p2-maven-plugin

public String calculateBundleSymbolicName(Artifact artifact) {
  return super.getMaven2OsgiConverter().getBundleSymbolicName(aetherToMavenArtifactBasic(artifact));
}
origin: org.apache.felix/maven-bundle-plugin

try
  bsn = getMaven2OsgiConverter().getBundleSymbolicName( currentProject.getArtifact() );
org.apache.maven.shared.osgiMaven2OsgiConvertergetBundleSymbolicName

Javadoc

Get the OSGi symbolic name for the artifact

Popular methods of Maven2OsgiConverter

  • getVersion
    Convert a Maven version into an OSGi compliant version
  • getBundleFileName

Popular in Java

  • Making http post requests using okhttp
  • getSharedPreferences (Context)
  • startActivity (Activity)
  • getContentResolver (Context)
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • Github Copilot 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