Interface FMFileOwner
-
public interface FMFileOwner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.File
getControlFileDir()
java.lang.String
getName()
TOTorrentFile
getTorrentFile()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTorrentFile
TOTorrentFile getTorrentFile()
-
getControlFileDir
java.io.File getControlFileDir()
-
-