fileCheckers

package
v0.0.0-...-b042e4a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 24, 2023 License: EPL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

* Copyright contributors to the Galasa project * * SPDX-License-Identifier: EPL-2.0

* Copyright contributors to the Galasa project * * SPDX-License-Identifier: EPL-2.0

* Copyright contributors to the Galasa project * * SPDX-License-Identifier: EPL-2.0

* Copyright contributors to the Galasa project * * SPDX-License-Identifier: EPL-2.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FileChecker

type FileChecker interface {
	CheckFileContent(content string, fileName string) *checkTypes.CheckError
}

func NewJavaFileChecker

func NewJavaFileChecker() FileChecker

func NewYamlFileChecker

func NewYamlFileChecker() FileChecker

type JavaFileChecker

type JavaFileChecker struct {
	// contains filtered or unexported fields
}

func (*JavaFileChecker) CheckFileContent

func (this *JavaFileChecker) CheckFileContent(content string, fileName string) *checkTypes.CheckError

type YamlFileChecker

type YamlFileChecker struct {
	// contains filtered or unexported fields
}

func (*YamlFileChecker) CheckFileContent

func (this *YamlFileChecker) CheckFileContent(content string, fileName string) *checkTypes.CheckError

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL