This method of the LicenseManager Interface creates a new license file and writes the contents of the LicenseDescriptor objects.
public void writeLicense(PrintStream stream, LicenseDescriptor desc[]) throws java.io.IOException;
stream | The stream to write the license file to. |
desc | An array of LicenseDescriptor objects. |
IOException if the write failed.