Documentation ¶
Index ¶
Constants ¶
View Source
const GRADLE_FILE_FORMAT = "*.gradle"
View Source
const SERVER_PORT = "server.port"
View Source
const SOURCE_COMPATIBILITY = "sourceCompatibility"
View Source
const TARGET_COMPATIBILITY = "targetCompatibility"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GradleExtractor ¶
type GradleExtractor struct { }
func (*GradleExtractor) GetName ¶
func (*GradleExtractor) GetName() string
GetName implements reporeader.VariableExtractor
func (*GradleExtractor) MatchesLanguage ¶
func (*GradleExtractor) MatchesLanguage(lowerlang string) bool
MatchesLanguage implements reporeader.VariableExtractor
func (*GradleExtractor) ReadDefaults ¶
func (*GradleExtractor) ReadDefaults(r reporeader.RepoReader) (map[string]string, error)
ReadDefaults implements reporeader.VariableExtractor
type PythonExtractor ¶
type PythonExtractor struct { }
func (PythonExtractor) GetName ¶
func (p PythonExtractor) GetName() string
func (PythonExtractor) MatchesLanguage ¶
func (p PythonExtractor) MatchesLanguage(lowerlang string) bool
func (PythonExtractor) ReadDefaults ¶
func (p PythonExtractor) ReadDefaults(r reporeader.RepoReader) (map[string]string, error)
ReadDefaults reads the default values for the language from the repo files
Click to show internal directories.
Click to hide internal directories.