메소드 | 설명 | |
---|---|---|
CanParse ( string inputFile ) : bool |
Determines whether or not the specified file can be parsed.
|
|
GetExtension ( string inputFile ) : string |
Gets the file extension.
|
|
GetSourceFiles ( string fileName ) : ReadOnlyCollection |
Gets all parse-able source files that are children of the specified solution or project. If an individual source file is provided, the same file name is returned.
|
|
GetSourceHandler ( string fileName ) : |
Retrieves an extension handler.
|
|
IsProject ( string inputFile ) : bool |
Determines whether or not the specified file is a project.
|
|
IsSolution ( string inputFile ) : bool |
Determines whether or not the specified file is a solution.
|
|
ParseElements ( string inputFile, string text ) : ReadOnlyCollection |
Parses code elements from the input file.
|
|
ProjectManager ( |
Creates a new FileManager.
|
메소드 | 설명 | |
---|---|---|
GetDirectorySourceFiles ( string directory ) : ReadOnlyCollection |
Gets all source file for a directory.
|
|
GetProjectHandler ( string fileName ) : |
Retrieves an extension handler for a project file.
|
|
GetProjectSourceFiles ( string fileName ) : ReadOnlyCollection |
Gets all source files associated with a project.
|
|
GetSolutionSourceFiles ( string fileName ) : ReadOnlyCollection |
Gets all source files associated with a solution.
|
|
Initialize ( ) : void |
Initializes the manager from the configuration supplied during constuction.
|
|
IsRecognizedFile ( string fileName, ExtensionConfigurationCollection extensions ) : bool |
Gets a boolean indicating whether or not the file is a recognized source file.
|
|
IsRecognizedSourceFile ( string fileName ) : bool |
Gets a boolean indicating whether or not the file is a recognized source file.
|
public CanParse ( string inputFile ) : bool | ||
inputFile | string | The input file. |
리턴 | bool |
public static GetExtension ( string inputFile ) : string | ||
inputFile | string | The input file. |
리턴 | string |
public GetSourceFiles ( string fileName ) : ReadOnlyCollection |
||
fileName | string | Name of the file. |
리턴 | ReadOnlyCollection |
public GetSourceHandler ( string fileName ) : |
||
fileName | string | Name of the file. |
리턴 |
public IsProject ( string inputFile ) : bool | ||
inputFile | string | Input file. |
리턴 | bool |
public static IsSolution ( string inputFile ) : bool | ||
inputFile | string | The input file. |
리턴 | bool |
public ParseElements ( string inputFile, string text ) : ReadOnlyCollection |
||
inputFile | string | The input file. |
text | string | The text of the input file. |
리턴 | ReadOnlyCollection |
public ProjectManager ( |
||
configuration | The configuration. | |
리턴 | System |