Package aQute.bnd.help.instructions
Interface ProjectInstructions
-
@ProviderType public interface ProjectInstructions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceProjectInstructions.GeneratorSpecstatic interfaceProjectInstructions.StaleTest
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,ProjectInstructions.GeneratorSpec>generate()Generate source codejava.util.Map<java.lang.String,ProjectInstructions.StaleTest>stalecheck()STALECHECK
-
-
-
Method Detail
-
stalecheck
java.util.Map<java.lang.String,ProjectInstructions.StaleTest> stalecheck()
STALECHECK
-
generate
java.util.Map<java.lang.String,ProjectInstructions.GeneratorSpec> generate()
Generate source code
-
-