package saker.build.scripting
public interface TargetConfigurationReadingResult
Container for build script parsing results. 
 This interface provides access to the result of a build script parsing. (See
 TargetConfigurationReader.readConfiguration(
In addition to the parsed target configuration this interface can provide information meta-data to use.
| public ScriptInformationProvider | Gets the optional information provider provided by the script parsing implementation. | 
| public TargetConfiguration | Gets the parsed target configuration. | 
Gets the optional information provider provided by the script parsing implementation.
The information provider or 
null if this functionality is not supported.Gets the parsed target configuration.
The target configuration.