Package com.avrix.utils
Class Constants
java.lang.Object
com.avrix.utils.Constants
Set of main avrix constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Project namestatic final String
Project versionstatic final String
Name of the file cache directorystatic final int
Maximum cache folder size (in megabytes).static final String
Name of the default plugin configstatic final String
Folder name for pluginsstatic final String
Plugin metadata file namestatic final String
Avrix repository namestatic final String
Avrix repository owner -
Constructor Summary
-
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()
-