Package pro.javacard

Class JavaCardSDK


  • public final class JavaCardSDK
    extends java.lang.Object
    • Method Detail

      • detectSDK

        public static JavaCardSDK detectSDK​(java.lang.String path)
      • getRoot

        public java.io.File getRoot()
      • getJavaVersion

        public java.lang.String getJavaVersion()
      • getClassLoader

        public java.lang.ClassLoader getClassLoader()
      • getRelease

        public java.lang.String getRelease()
      • getJar

        public java.io.File getJar​(java.lang.String name)
      • getApiJars

        public java.util.List<java.io.File> getApiJars()
      • getExportDir

        public java.io.File getExportDir()
      • getToolJars

        public java.util.List<java.io.File> getToolJars()
      • getCompilerJars

        public java.util.List<java.io.File> getCompilerJars()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object