package
0.0.0-20160623120304-c231a7333142
Repository: https://github.com/rnowley/sonicscrewdriver.git
Documentation: pkg.go.dev
# Functions
ExtractSourceFileList is a function that reads all of the source files to be compiled from the configuration file and returns a slice of source files to be compiled using the scalac command.
ExtractSourceFileList is a function that reads all of the test project source files to be compiled from the configuration file and returns a slice of source files to be compiled using the scalac command.
GetScalacBuildCommand is a function for building up a sclac command that can be used for building a scala project.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewDefaultScalaCommand returns a ScalaCommand with some default values set.
NewScalaProjectBuilder creates a new instance of a ScalaProjectBuilder.
No description provided by the author
# Structs
ScalacCommand provides all of the information to generate a call to the Scala compiler command.
ScalaCommand provides a representation of a call to the Scala command.
ScalaProject is a struct for holding the information required for building or running a Scala project.
ScalaProjectBuilder represents a class for building a Scala project.
No description provided by the author
ScalaTestProject provides the structure of a test project.