package saker.build.scripting.model.info
Provides access to information about a build target.
saker.build 0.8.18
| public default FormattedTextContent | Gets documentational information about this build target. |
| public default Collection< | Gets the parameters of the build target. |
| public String | Gets the name of the build target. |
Gets documentational information about this build target.
The information.
Gets the parameters of the build target.
The collection of parameters. May be
null if the parameters are not known.Gets the name of the build target.
Implementations should always return a non-null value, however, clients gracefully handle
null value in case of faulty implementations, and possibly ignore such targets.
The name.