public interface LicenseProperties
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean(String key) |
Date |
getDate(String key,
Date defaultValue) |
int |
getInt(String key,
int defaultValue) |
Map<String,String> |
getPropertiesEndingWith(String ending) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
Copyright © 2005–2021 Atlassian. All rights reserved.