ARLO Adapt
|
Configuration management for the ADAPT package. More...
Public Member Functions | |
boolean | Initialize (String resourceName) |
Static Public Member Functions | |
static String | getMediaFileDirectory (int library_id) |
Generate the path to the mediafile storage for a given library. More... | |
Static Public Attributes | |
static Boolean | startHttpCallMeAPIServer = null |
static Integer | HttpCallMeAPIServerPort = null |
static String | hostname = null |
static String | processDescription = null |
static Integer | RunQueueDaemonInterval_Seconds = null |
static Boolean | QueueRunnerOneShot = null |
static String | QueueRunnerAPIUserName = null |
static String | QueueRunnerAPIPassword = null |
static String | QueueRunnerAPIHost = null |
static Integer | QueueRunnerAPIPort = null |
static Integer | QueueRunnerOneShotMaxTasks = null |
static Boolean | RunQueueEnableImportAudioFile = null |
static Boolean | RunQueueEnableTest = null |
static Boolean | RunQueueEnableSupervisedTagDiscoveryParent = null |
static Boolean | RunQueueEnableSupervisedTagDiscoveryChild = null |
static Boolean | RunQueueEnableUnsupervisedTagDiscovery = null |
static Boolean | RunQueueEnableExpertAgreementClassification = null |
static Boolean | RunQueueEnableWekaJob = null |
static Boolean | RunQueueEnableLibraryMediaFileValidation = null |
static long | sizeOfInt = 4 |
static long | sizeOfLong = 8 |
static String | dbUserName = null |
static String | dbPassword = null |
static String | dbUrl = null |
static String | dbDriveClassString = null |
static Integer | numThreads = null |
static String | bigDataCacheDirectoryPath = null |
static Boolean | cacheEnabled = null |
static Boolean | advancedTagging = null |
static String | userFilesDirectoryPath = null |
static String | mediaRootDirectoryPath = null |
static String | NesterAPIRootURL = null |
static String | NesterAPIUser = null |
static String | NesterAPIToken = null |
static Boolean | NesterAPINoVerfySSL = false |
Private Member Functions | |
Integer | getInteger (String name, Logger logger) |
Boolean | getBoolean (String name, Logger logger) |
String | getString (String name, Logger logger) |
Static Private Attributes | |
static HashMap< String, String > | defaultValues |
Configuration management for the ADAPT package.
This class provides configuration parameters for the program. Parameters are sourced from multiple locations, searching for the parameter name in multiple locations, in order of precedence:
|
private |
|
private |
|
static |
Generate the path to the mediafile storage for a given library.
This returns a trailing '/'.
library_id | ID of the Library that contains the file. |
|
private |
boolean arlo.ArloSettings.Initialize | ( | String | resourceName | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |