Package japicmp.cmp

Class JApiCmpArchive


  • public class JApiCmpArchive
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file  
      private Version version  
    • Constructor Summary

      Constructors 
      Constructor Description
      JApiCmpArchive​(java.io.File file, java.lang.String version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      Version getVersion()  
      • Methods inherited from class java.lang.Object

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

      • file

        private final java.io.File file
      • version

        private final Version version
    • Constructor Detail

      • JApiCmpArchive

        public JApiCmpArchive​(java.io.File file,
                              java.lang.String version)
    • Method Detail

      • getFile

        public java.io.File getFile()
      • getVersion

        public Version getVersion()