Interface FileInfo
-
public interface FileInfo
User: Victory.Bedrosova Date: 10/21/11 Time: 1:24 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getParentPath()
Collection<String>
getPossibleFileNames()
-
-
-
Method Detail
-
getParentPath
@NotNull String getParentPath()
-
getPossibleFileNames
@NotNull Collection<String> getPossibleFileNames()
-
-