Uses of Interface
aQute.bnd.help.instructions.ProjectInstructions.GeneratorSpec
-
Packages that use ProjectInstructions.GeneratorSpec Package Description aQute.bnd.build aQute.bnd.help.instructions -
-
Uses of ProjectInstructions.GeneratorSpec in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type ProjectInstructions.GeneratorSpec Modifier and Type Method Description private java.lang.String
ProjectGenerate. doGenerate(java.lang.String commandline, ProjectInstructions.GeneratorSpec st)
private Result<java.util.Set<java.io.File>,java.lang.String>
ProjectGenerate. step(java.lang.String sourceWithDuplicate, ProjectInstructions.GeneratorSpec st)
-
Uses of ProjectInstructions.GeneratorSpec in aQute.bnd.help.instructions
Methods in aQute.bnd.help.instructions that return types with arguments of type ProjectInstructions.GeneratorSpec Modifier and Type Method Description java.util.Map<java.lang.String,ProjectInstructions.GeneratorSpec>
ProjectInstructions. generate()
Generate source code
-