Package com.elo.gradle.osgi.utils
Class JarBuilder
java.lang.Object
com.elo.gradle.osgi.utils.JarBuilder
Builder class for the creation of jars
-
Method Summary
Modifier and TypeMethodDescriptionaddDeclarativeServices(File jar, List<String> dsXmlPaths) Adds declarative OSGI service descriptions to a Jar.static JarBuilder
-
Method Details
-
addDeclarativeServices
Adds declarative OSGI service descriptions to a Jar.- Parameters:
jar- the jardsXmlPaths- the paths to the service descriptions- Returns:
- the created jar
-
newInstance
-