Package anlavn.net

Class License

java.lang.Object
anlavn.net.License

public class License extends Object
The License class supports marks the copyright for the project.
  • Constructor Details

    • License

      public License()
  • Method Details

    • check

      public static void check(String licenseKey)
      Use this method to check the license authority. If there are enough permissions, the program will continue to execute. Otherwise stop/delete the program.
      Parameters:
      licenseKey - is your license key.
      See Also:
    • check

      public static void check(String licenseKey, String author)
      Use this method to check the license authority. If there are enough permissions, the program will continue to execute. Otherwise stop/delete the program.
      Parameters:
      licenseKey - is your license key.
      author - is github username of the author.
      See Also: