Interface IFileSummary
-
- All Known Implementing Classes:
FileItem
,SolutionFileInfo
public interface IFileSummary
Instances contain vital information about a solution file: its name, solution, path, and localized name. This interface allowsFileCommand
to know the file (whether it be a folder in the solution tree or a file in the files list) being acted on.- Author:
- mlowery
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocalizedName()
String
getName()
String
getPath()
-