package
0.0.0-20160623120304-c231a7333142
Repository: https://github.com/rnowley/sonicscrewdriver.git
Documentation: pkg.go.dev

# Functions

ExtractDebuggingInformation is a function that builds up the debugging information flag for the compiler to determine what debugging information needs to generated with the compiled classes.
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, with the source directory prepended, to be compiled using the javac command.
No description provided by the author
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 javac command.
ExtractDebuggingInformation is a function that builds up the debugging information flag for the compiler to determine what debugging information needs to generated with the compiled classes.
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 javac command.
GetJavaBuildCommand is a function for building up a javac command that can be used for building a java project.
GetJavadocRunCommand is a function for building up a javadoc command that can be used for building a java project.
No description provided by the author
No description provided by the author
GetJavaTestBuildCommand is a function for building up a javac command that can be used for building a java test project.
NewDefaultJavacCommand returns a JavacCommand with some default values set.
NewDefaultJavaCommand returns a JavaCommand with some default values set.
NewDefaultJavadocCommand returns a Javadoc command with some default values.
No description provided by the author
NewProjectBuilder creates a new instance of a JavaProjectBuilder.
No description provided by the author

# Structs

JavacCommand provides a representation of a call to the Java compiler command.
JavaCommand provides a representation of a call to the Java command.
No description provided by the author
JavadocCommand provides information for running the javadoc command.
JavaDocumentation provides the structure of values required for generating JavaDoc documentation.
JavaProject is a struct for holding the information required for building or running a Java project.
JavaProjectBuilder represents a class for building a Java project.
No description provided by the author
JavaTests provides the structure of values required for a test project.
Resource is a struct for holding information about a Java project resource.