Class Constants

java.lang.Object
com.avrix.utils.Constants

public class Constants extends Object
Set of main avrix constants
  • Field Details

    • CACHE_DIR_NAME

      public static final String CACHE_DIR_NAME
      Name of the file cache directory
      See Also:
    • PLUGINS_FOLDER_NAME

      public static final String PLUGINS_FOLDER_NAME
      Folder name for plugins
      See Also:
    • PLUGINS_METADATA_NAME

      public static final String PLUGINS_METADATA_NAME
      Plugin metadata file name
      See Also:
    • PLUGINS_DEFAULT_CONFIG_NAME

      public static final String PLUGINS_DEFAULT_CONFIG_NAME
      Name of the default plugin config
      See Also:
    • REPO_OWNER

      public static final String REPO_OWNER
      Avrix repository owner
      See Also:
    • REPO_NAME

      public static final String REPO_NAME
      Avrix repository name
      See Also:
    • AVRIX_VERSION

      public static final String AVRIX_VERSION
      Project version
    • AVRIX_NAME

      public static final String AVRIX_NAME
      Project name
    • MAX_CACHE_SIZE

      public static final int MAX_CACHE_SIZE
      Maximum cache folder size (in megabytes). If exceeded, it will be cleared at the next start.
      See Also:
  • Constructor Details

    • Constants

      public Constants()