public class SimpleCMakeCacheEntry extends Object
| Constructor and Description |
|---|
SimpleCMakeCacheEntry(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key property.
|
String |
getValue()
Gets the value.
|
String |
toString() |
public SimpleCMakeCacheEntry(String key, String value)
IllegalArgumentException - if key is emptyNullPointerException - if key is null or if value is nullCopyright © 2016–2021. All rights reserved.