Class CopyMapping.SourceTargetPair

  • Enclosing class:
    CopyMapping

    public static class CopyMapping.SourceTargetPair
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String source  
      java.io.File target  
    • Constructor Summary

      Constructors 
      Constructor Description
      SourceTargetPair​(java.lang.String source, java.io.File target)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • source

        public java.lang.String source
      • target

        public java.io.File target
    • Constructor Detail

      • SourceTargetPair

        public SourceTargetPair​(java.lang.String source,
                                java.io.File target)