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

de.sstoehr.harreader.HarReaderMode Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package de.sstoehr.harreader;

public enum HarReaderMode {

    /**
     * Using strict mode enforces some rules.
     * When trying to open an invalid HAR file an exception will be thrown.
     */
    STRICT,

    /**
     * Using lax mode you are able to read even invalid HAR files.
     * Currently lax mode allows:
     * 
    *
  • invalid date formats
  • *
*/ LAX; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy