C# Class OpenIDE.Core.Commands.CacheFormatter

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
Format ( ICodeReference reference ) : string
Format ( ISignatureReference reference ) : string
Format ( Project project ) : string
Format ( ProjectFile file ) : string
FormatFile ( string file ) : string
FormatProject ( string file ) : string

Method Details

Format() public méthode

public Format ( ICodeReference reference ) : string
reference ICodeReference
Résultat string

Format() public méthode

public Format ( ISignatureReference reference ) : string
reference ISignatureReference
Résultat string

Format() public méthode

public Format ( Project project ) : string
project OpenIDE.Core.Caching.Project
Résultat string

Format() public méthode

public Format ( ProjectFile file ) : string
file OpenIDE.Core.Caching.ProjectFile
Résultat string

FormatFile() public méthode

public FormatFile ( string file ) : string
file string
Résultat string

FormatProject() public méthode

public FormatProject ( string file ) : string
file string
Résultat string