Documentation
¶
Index ¶
- type DotNetDetector
- func (d DotNetDetector) DoFrameworkDetection(language *model.Language, configFilePath string)
- func (d DotNetDetector) DoPortsDetection(component *model.Component, ctx *context.Context)
- func (d DotNetDetector) GetApplicationFileInfos(componentPath string, ctx *context.Context) []model.ApplicationFileInfo
- func (d DotNetDetector) GetSupportedFrameworks() []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DotNetDetector ¶
type DotNetDetector struct{}
func (DotNetDetector) DoFrameworkDetection ¶
func (d DotNetDetector) DoFrameworkDetection(language *model.Language, configFilePath string)
DoFrameworkDetection uses configFilePath to check for the name of the framework
func (DotNetDetector) DoPortsDetection ¶
func (d DotNetDetector) DoPortsDetection(component *model.Component, ctx *context.Context)
func (DotNetDetector) GetApplicationFileInfos ¶ added in v1.2.0
func (d DotNetDetector) GetApplicationFileInfos(componentPath string, ctx *context.Context) []model.ApplicationFileInfo
func (DotNetDetector) GetSupportedFrameworks ¶
func (d DotNetDetector) GetSupportedFrameworks() []string
Click to show internal directories.
Click to hide internal directories.