Class MJarSupport.Clazz

  • Enclosing class:
    MJarSupport

    public static class MJarSupport.Clazz
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String path  
      private int version  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Clazz​(java.lang.String path, int version)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      • Methods inherited from class java.lang.Object

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

      • path

        private final java.lang.String path
      • version

        private final int version
    • Constructor Detail

      • Clazz

        private Clazz​(java.lang.String path,
                      int version)
    • Method Detail

      • getPath

        public java.lang.String getPath()