C# Class Tp.Integration.Plugin.Common.Mashup.PluginMashup

Represents a plugin mashup.
ファイルを表示 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
PluginMashup ( string mashupName, IEnumerable filePaths, string placeholders ) : System

Creates a new instance of plugin mashup.

Private Methods

Method Description
GetFullPath ( string path ) : string

Method Details

GetScripts() public method

public GetScripts ( ) : Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]
return Tp.Integration.Messages.PluginLifecycle.PluginMashupScript[]

PluginMashup() public method

Creates a new instance of plugin mashup.
public PluginMashup ( string mashupName, IEnumerable filePaths, string placeholders ) : System
mashupName string The name of the mashup. This value is used for mashup folder name at TargetProcess side.
filePaths IEnumerable The collection of paths to files to be included in mashup. Paths may be relative or absolute.
placeholders string The collection of TargetProcess placeholders for which this mashup will be included.
return System