Package org.savantbuild.runtime
Interface RuntimeConfigurationParser
- All Known Implementing Classes:
DefaultRuntimeConfigurationParser
public interface RuntimeConfigurationParser
Parses the command-line arguments and builds the
RuntimeConfiguration instance.-
Method Summary
Modifier and TypeMethodDescriptionParses the command-line arguments and builds a RuntimeConfiguration instance.
-
Method Details
-
parse
Parses the command-line arguments and builds a RuntimeConfiguration instance.- Parameters:
arguments- The CLI arguments.- Returns:
- The RuntimeConfiguration.
-