所有程序包的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • top.daxian1218.dust.license.device.DeviceCollector
    • top.daxian1218.dust.license.file.FileKeyPair
    • top.daxian1218.dust.license.util.IpUtil
    • top.daxian1218.dust.license.LicenseConstant
    • top.daxian1218.dust.license.util.LicenseFileUtil
    • top.daxian1218.dust.license.LicenseInfo
    • top.daxian1218.dust.license.LicenseService
    • top.daxian1218.dust.license.device.LinuxDevice (implements top.daxian1218.dust.license.device.IDevice)
    • top.daxian1218.dust.license.util.RSAUtil
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
        • java.lang.RuntimeException
          • top.daxian1218.dust.commons.exception.DustException
            • top.daxian1218.dust.commons.exception.DustSystemException
    • top.daxian1218.dust.license.device.WindowsDevice (implements top.daxian1218.dust.license.device.IDevice)

接口分层结构

枚举分层结构

  • java.lang.Object
    • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)