| | |
| | | new HashMap<String, PropertyDefinition>(); |
| | | |
| | | |
| | | // Pulled from resource/admin/ABBREVIATIONS.xsl. db is mose common. |
| | | /** Pulled from resource/admin/ABBREVIATIONS.xsl. db is mose common. */ |
| | | private static final List<String> ABBREVIATIONS = Arrays.asList(new String[] |
| | | {"aci", "ip", "ssl", "dn", "rdn", "jmx", "smtp", "http", |
| | | "https", "ldap", "ldaps", "ldif", "jdbc", "tcp", "tls", |
| | |
| | | "vlv", "uuid", "md5", "sha1", "sha256", "sha384", "sha512", |
| | | "tls", "db"}); |
| | | |
| | | /* |
| | | * e.g. db-cache-percent -> DBCachePercent |
| | | */ |
| | | /** E.g. db-cache-percent -> DBCachePercent */ |
| | | private static String propNametoCamlCase(String hyphenated) |
| | | { |
| | | String[] components = hyphenated.split("\\-"); |