com.qoppa.pdfNotes
Class PDFNotesBean.KeyInfoNotes

java.lang.Object
  extended by com.qoppa.key.KeyInfo
      extended by com.qoppa.pdfNotes.PDFNotesBean.KeyInfoNotes
Enclosing class:
PDFNotesBean

public static class PDFNotesBean.KeyInfoNotes
extends com.qoppa.key.KeyInfo

This is the Main-Class for the jPDFNotes.jar that can generate server key requests, validate a key, and display server information. Valid usage is:

java -jar jPDFNotes.jar -genkeyreq
This flag will generate a license key request with the relevant server information

java -jar jPDFNotes.jar -validatekey <key>
This flag will check the license key and echo a message to the console that shows information about the key.

java -jar jPDFNotes.jar -serverinfo
This flag will echo the server information to the console.

Author:
Qoppa Software

Constructor Summary
PDFNotesBean.KeyInfoNotes()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFNotesBean.KeyInfoNotes

public PDFNotesBean.KeyInfoNotes()
Method Detail

main

public static void main(String[] args)