Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logical_path

        private final java.util.List<java.lang.String> logical_path
      • target

        private final java.io.File target
    • Constructor Detail

      • DescEntry

        private DescEntry​(java.util.List<java.lang.String> _l,
                          java.io.File _t)
    • Method Detail

      • getLogicalPath

        private java.util.List<java.lang.String> getLogicalPath()
      • getTarget

        private java.io.File getTarget()