- get(String, String) - Method in class org.apache.felix.obrplugin.RemoteFileManager
-
get a file from the current repository connected.
- getAnalyzer(MavenProject, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
-
- getAnalyzer(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
-
- getArchiveConfiguration(MavenProject) - Static method in class org.apache.felix.bundleplugin.JarPluginConfiguration
-
- getArtifactURI(ArtifactRepository, Artifact) - Static method in class org.apache.felix.obrplugin.ObrUtils
-
- getBase(MavenProject) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getBuildDirectory() - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getBundleFileName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
-
- getBundleFileName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
-
- getBundleName(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
TODO this should return getMaven2Osgi().getBundleFileName( project.getArtifact() )
- getBundleSymbolicName(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
-
Get the symbolic name as groupId + "." + artifactId, with the following exceptions
if artifact.getFile is not null and the jar contains a OSGi Manifest with
Bundle-SymbolicName property then that value is returned
if groupId has only one section (no dots) and artifact.getFile is not null then the
first package name with classes is returned.
- getBundleSymbolicName(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
-
Get the OSGi symbolic name for the artifact
- getClasspath(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getDefaultProperties(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getDuplicatedExports() - Method in class org.apache.felix.bundleplugin.BundleInfo
-
Get a list of packages that are exported in more than one bundle.
- getEmbeddableArtifacts(MavenProject, Analyzer) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getEmbeddedArtifacts() - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
-
- getExcludedArtifacts() - Method in class org.apache.felix.bundleplugin.DependencyExcluder
-
- getExportedPackages() - Method in class org.apache.felix.bundleplugin.BundleInfo
-
- getFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
-
Deprecated.
Use previously built bundles when available.
- getFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
Get the file for an Artifact
- getInlinedPaths() - Method in class org.apache.felix.bundleplugin.DependencyEmbedder
-
- getManifest(MavenProject, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
-
- getManifest(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.ManifestPlugin
-
- getMaven2OsgiConverter() - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getMaven2OsgiConverter() - Method in class org.apache.felix.bundleplugin.VersionCleanerPlugin
-
- getMavenResourcePaths(MavenProject) - Static method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getName() - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
-
- getNodes() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
-
Deprecated.
As of 1.1, use a CollectingDependencyNodeVisitor
on the root dependency node
- getOptionalPackages(MavenProject) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getOSGiBuilder(MavenProject, Map, Properties, Jar[]) - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getOutputDirectory() - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getOutputFile(Artifact) - Method in class org.apache.felix.bundleplugin.BundleAllPlugin
-
Deprecated.
- getProject() - Method in class org.apache.felix.bundleplugin.BundlePlugin
-
- getProject() - Method in class org.apache.felix.obrplugin.AbstractFileMojo
-
- getProperties() - Method in class org.apache.felix.bundleplugin.BlueprintPlugin.Attribute
-
- getProxyInfo(Settings) - Static method in class org.apache.felix.obrplugin.RemoteFileManager
-
Convenience method to map a Proxy object from the user system settings to a ProxyInfo object.
- getRelativeURI(URI, URI) - Static method in class org.apache.felix.obrplugin.ObrUtils
-
- getRemoteBundle() - Method in class org.apache.felix.obrplugin.Config
-
- getRootNode() - Method in class org.apache.maven.shared.dependency.tree.DependencyTreeResolutionListener
-
Gets the root dependency node of the computed dependency tree.
- getTextContent(Node) - Static method in class org.apache.felix.obrplugin.XmlHelper
-
based on public Java5 javadoc of org.w3c.dom.Node.getTextContent method
- getTransformer(URL) - Method in class org.apache.felix.bundleplugin.BlueprintPlugin
-
- getVersion(Artifact) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
-
- getVersion(String) - Method in class org.apache.maven.shared.osgi.DefaultMaven2OsgiConverter
-
- getVersion(Artifact) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
-
Convert a Maven version into an OSGi compliant version
- getVersion(String) - Method in interface org.apache.maven.shared.osgi.Maven2OsgiConverter
-
Convert a Maven version into an OSGi compliant version