Package com.avrix.utils
Class Constants
java.lang.Object
com.avrix.utils.Constants
Set of main avrix constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProject namestatic final StringProject versionstatic final StringName of the file cache directorystatic final intMaximum cache folder size (in megabytes).static final StringName of the default plugin configstatic final StringFolder name for pluginsstatic final StringPlugin metadata file namestatic final StringAvrix repository namestatic final StringAvrix repository owner -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHE_DIR_NAME
Name of the file cache directory- See Also:
-
PLUGINS_FOLDER_NAME
Folder name for plugins- See Also:
-
PLUGINS_METADATA_NAME
Plugin metadata file name- See Also:
-
PLUGINS_DEFAULT_CONFIG_NAME
Name of the default plugin config- See Also:
-
REPO_OWNER
Avrix repository owner- See Also:
-
REPO_NAME
Avrix repository name- See Also:
-
AVRIX_VERSION
Project version -
AVRIX_NAME
Project name -
MAX_CACHE_SIZE
public static final int MAX_CACHE_SIZEMaximum cache folder size (in megabytes). If exceeded, it will be cleared at the next start.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-