Documentation
¶
Index ¶
- Constants
- func NewPlugin(sections []string) (plugin.PluginInterface, error)
- type LibraryExtractor
- func (e LibraryExtractor) Create(plugin.PluginOptions) error
- func (e LibraryExtractor) Description() string
- func (e LibraryExtractor) Extract(allowFail bool) (plugin.PluginData, error)
- func (e LibraryExtractor) IsCreator() bool
- func (e LibraryExtractor) IsExtractor() bool
- func (e LibraryExtractor) Name() string
- func (e LibraryExtractor) Sections() []string
- func (e LibraryExtractor) Validate() bool
Constants ¶
View Source
const ( ExtractorName = "library" ExtractorDescription = "generic library extractor" MPISection = "mpi" )
View Source
const (
MPIRunExec = "mpirun"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LibraryExtractor ¶
type LibraryExtractor struct {
// contains filtered or unexported fields
}
func (LibraryExtractor) Create ¶
func (e LibraryExtractor) Create(plugin.PluginOptions) error
func (LibraryExtractor) Description ¶
func (e LibraryExtractor) Description() string
func (LibraryExtractor) Extract ¶
func (e LibraryExtractor) Extract(allowFail bool) (plugin.PluginData, error)
Extract returns library metadata, for a set of named sections
func (LibraryExtractor) IsCreator ¶
func (e LibraryExtractor) IsCreator() bool
func (LibraryExtractor) IsExtractor ¶
func (e LibraryExtractor) IsExtractor() bool
func (LibraryExtractor) Name ¶
func (e LibraryExtractor) Name() string
func (LibraryExtractor) Sections ¶
func (e LibraryExtractor) Sections() []string
func (LibraryExtractor) Validate ¶
func (e LibraryExtractor) Validate() bool
Validate ensures that the sections provided are in the list we know
Click to show internal directories.
Click to hide internal directories.