Package aQute.bnd.gradle
Class BndPluginConvention
java.lang.Object
aQute.bnd.gradle.BndPluginConvention
Deprecated.
Replaced by BndPluginExtension.
BndPluginConvention for Gradle.
-
Constructor Summary
ConstructorsConstructorDescriptionBndPluginConvention(BndPluginExtension extension) Deprecated.Create a BndPlugin convention. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the trimmed value of the specified property.Deprecated.Return the trimmed value of the specified property.booleanDeprecated.Return a boolean value for the specified property.Deprecated.Return the trimmed value of the specified merged property.bndProcess(String line) Deprecated.Return the macro processed value of the specified line.bndUnprocessed(String name, Object defaultValue) Deprecated.Return the trimmed unprocessed value of the specified property.aQute.bnd.build.ProjectDeprecated.Return the Bnd Project for the convention.propertyMissing(String name) Deprecated.Handle a missing property.
-
Constructor Details
-
BndPluginConvention
Deprecated.Create a BndPlugin convention.- Parameters:
extension- The BndPlugin extension.
-
-
Method Details
-
getProject
public aQute.bnd.build.Project getProject()Deprecated.Return the Bnd Project for the convention.- Returns:
- The Bnd Project for the convention.
-
bndis
Deprecated.Return a boolean value for the specified property.- Parameters:
name- The property name.- Returns:
- A boolean value for the specified property.
-
bnd
Deprecated.Return the trimmed value of the specified property.- Parameters:
name- The property name.- Returns:
- The trimmed value of the specified property.
-
bndMerge
Deprecated.Return the trimmed value of the specified merged property.- Parameters:
name- The property name.- Returns:
- The trimmed value of the specified merged property.
-
bnd
Deprecated.Return the trimmed value of the specified property.- Parameters:
name- The property name.defaultValue- The default value if the specified property does not exist.- Returns:
- The trimmed value of the specified property.
-
bndProcess
Deprecated.Return the macro processed value of the specified line.- Parameters:
line- The line to macro process.- Returns:
- The macro processed value of the specified line.
-
bndUnprocessed
Deprecated.Return the trimmed unprocessed value of the specified property.- Parameters:
name- The property name.defaultValue- The default value if the specified property does not exist.- Returns:
- The trimmed unprocessed value of the specified property.
-
propertyMissing
Deprecated.Handle a missing property.- Parameters:
name- The requested property name.- Returns:
- A value for the requested property.
- Throws:
groovy.lang.MissingPropertyException- If this method cannot supply a value.
-