All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.h2o.mojos.runtime.lic.MojoSignatureConsts Maven / Gradle / Ivy

There is a newer version: 2.8.7.1
Show newest version
package ai.h2o.mojos.runtime.lic;

/**
 * The default configuration properties used by license manager
 * to look for mojo signature.
 */
public class MojoSignatureConsts {

  /** Name of JVM system property which overrides default signature
   * file name ({@link #MOJO_SIGNATURE_FILENAME}.
   */
  public static final String SYS_PROP_SIGNATURE_FILENAME = "ai.h2o.mojos.runtime.signature.filename";

  /** Name of JVM system property which overrides default watermark
   * file name ({@link #MOJO_WATERMARK_FILENAME}.
   */
  public static final String SYS_PROP_WATERMARK_FILENAME = "ai.h2o.mojos.runtime.watermark.filename";

  /** The default name of MOJO signature file. */
  public static final String MOJO_WATERMARK_FILENAME = "mojo/pipeline.wm";

  public static final String MOJO_SIGNATURE_FILENAME = "mojo/pipeline.sig";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy