JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
aQute.bnd.help.instructions
Interface ProjectInstructions.GeneratorSpec
Enclosing interface:
ProjectInstructions
@ProviderType
public static interface
ProjectInstructions.GeneratorSpec
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Attrs
_attrs
()
Optional
<
String
>
classpath
()
Optional
<
String
>
generate
()
String
output
()
Optional
<
String
>
system
()
Optional
<
String
>
version
()
Method Details
_attrs
Attrs
_attrs
()
output
String
output
()
system
Optional
<
String
>
system
()
generate
Optional
<
String
>
generate
()
classpath
Optional
<
String
>
classpath
()
version
Optional
<
String
>
version
()