- getBuildDate() - Static method in class it.andynaz.utils.UtilsProgram
-
Returns the build date of the project.
- getCode() - Method in enum it.andynaz.log.Level
-
Returns the code of this level.
- getConfigParam(String) - Static method in class it.andynaz.config.ConfigMgr
-
Return the config parameter associated with the name.
- getConfigParams() - Static method in class it.andynaz.config.ConfigMgr
-
Returns a Properties object with all the properties stored.
- getDate() - Method in class it.andynaz.log.Logger
-
Returns a string with the date.
- getFileExt(String) - Static method in class it.andynaz.utils.Utils
-
Get the file extension from a file name.
- getInitParam(String, String[]) - Static method in class it.andynaz.utils.Utils
-
Returns a paramenter taken from a string array (for instance the one
passed to a 'main' method).
- getIntegerParameter(HttpServletRequest, String) - Static method in class it.andynaz.utils.UtilsWEB
-
Takes a numeric parameter from an HTTP request.
- getLogger() - Static method in class it.andynaz.log.LoggerMgr
-
Returns a "default" logger without a name.
- getLogger(String) - Static method in class it.andynaz.log.LoggerMgr
-
Returnes a "default" logger with a name.
- getLoggerClass() - Static method in class it.andynaz.log.LoggerMgr
-
Returns the class used to create the logger.
- getPrefix(Level) - Method in class it.andynaz.log.Logger
-
Returns the prefix to be written before the log.
- getUnsignedInt(byte) - Static method in class it.andynaz.utils.UtilsIO
-
Convert a byte in an unsigned int.
- getVersion() - Static method in class it.andynaz.utils.UtilsProgram
-
Returns the version of the project.