|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.akhikhl.wuff.Configurer
org.akhikhl.wuff.JavaConfigurer
org.akhikhl.wuff.OsgiBundleConfigurer
class OsgiBundleConfigurer extends JavaConfigurer
| Field Summary | |
|---|---|
protected java.util.Map |
buildProperties
|
protected java.util.Map |
expandBinding
|
protected java.lang.String |
snapshotQualifier
|
protected java.util.jar.Manifest |
userManifest
|
| Fields inherited from class Configurer | |
|---|---|
| log, project |
| Constructor Summary | |
OsgiBundleConfigurer(Project project)
|
|
| Method Summary | |
|---|---|
protected void
|
applyPlugins()
|
protected void
|
configureDependencies()
|
protected void
|
configureTask_Jar()
|
protected void
|
configureTask_createOsgiManifest()
|
protected void
|
configureTask_processResources()
|
protected void
|
configureTasks()
|
protected void
|
createConfigurations()
|
protected void
|
createExtraFiles()
|
protected Manifest
|
createManifest()
|
protected void
|
createPluginCustomization()
|
protected void
|
createPluginXml()
|
protected PluginXmlBuilder
|
createPluginXmlBuilder()
|
protected void
|
createSourceSets()
|
protected void
|
createVirtualConfigurations()
|
protected boolean
|
extraFilesUpToDate()
|
protected java.lang.String
|
getDefaultVersion()
|
protected java.util.Map
|
getExtraFilesProperties()
|
protected java.io.File
|
getGeneratedManifestFile()
|
protected java.util.List
|
getModules()
|
protected java.lang.String
|
getPluginCustomizationString()
|
protected java.lang.String
|
getPluginXmlString()
|
protected void
|
populatePluginCustomization(java.util.Map props)
|
protected void
|
preConfigure()
|
protected void
|
readBuildProperties()
|
protected void
|
readManifest()
|
| Methods inherited from class JavaConfigurer | |
|---|---|
| applyPlugins, configureProducts, configureTask_Jar, configureTask_processResources, configureTasks, createConfigurations, createSourceSets, getModules, postConfigure, preConfigure |
| Field Detail |
|---|
protected java.util.Map buildProperties
protected final java.util.Map expandBinding
protected final java.lang.String snapshotQualifier
protected java.util.jar.Manifest userManifest
| Constructor Detail |
|---|
OsgiBundleConfigurer(Project project)
| Method Detail |
|---|
@Override protected void applyPlugins()
@Override protected void configureDependencies()
@Override protected void configureTask_Jar()
protected void configureTask_createOsgiManifest()
protected void configureTask_processResources()
@Override protected void configureTasks()
@Override protected void createConfigurations()
@Override protected void createExtraFiles()
protected Manifest createManifest()
protected void createPluginCustomization()
protected void createPluginXml()
protected PluginXmlBuilder createPluginXmlBuilder()
@Override protected void createSourceSets()
@Override protected void createVirtualConfigurations()
protected boolean extraFilesUpToDate()
@Override protected java.lang.String getDefaultVersion()
@Override protected java.util.Map getExtraFilesProperties()
protected final java.io.File getGeneratedManifestFile()
@Override protected java.util.List getModules()
protected final java.lang.String getPluginCustomizationString()
protected final java.lang.String getPluginXmlString()
protected void populatePluginCustomization(java.util.Map props)
@Override protected void preConfigure()
protected void readBuildProperties()
protected void readManifest()
Groovy Documentation