Package com.biglybt.core.torrent.impl
Class TOTorrentCreatorImpl.DescEntry
- java.lang.Object
-
- com.biglybt.core.torrent.impl.TOTorrentCreatorImpl.DescEntry
-
- Enclosing class:
- TOTorrentCreatorImpl
private static class TOTorrentCreatorImpl.DescEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>
logical_path
private java.io.File
target
-
Constructor Summary
Constructors Modifier Constructor Description private
DescEntry(java.util.List<java.lang.String> _l, java.io.File _t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.util.List<java.lang.String>
getLogicalPath()
private java.io.File
getTarget()
-