Copyright (c) 2014 Andrey Hihlovskiy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
| Type | Name and description |
|---|---|
java.lang.String |
dependencyGroup |
java.lang.String |
group |
| Constructor and description |
|---|
Bundle2Pom
(java.lang.String group = null, java.lang.String dependencyGroup = null)Constructs Bundle2Pom object with the specified parameters. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Constructs Bundle2Pom object with the specified parameters.
group - - maven group to which the given artifact belongs.dependencyGroup - - maven group to which the dependencies of the given artifact belong.Converts bundle to POM.
bundleFileOrDirectory - - jar-file or directory containing OSGi bundle.Groovy Documentation