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