public class SystemPropertyManager extends Object implements AutoCloseable
Constructor and Description |
---|
SystemPropertyManager() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
SystemPropertyManager |
load(String file) |
SystemPropertyManager |
set(String name,
String value) |
SystemPropertyManager |
setIfAbsent(String name,
String value) |
public SystemPropertyManager set(String name, String value)
public SystemPropertyManager setIfAbsent(String name, String value)
public SystemPropertyManager load(String file)
public void close()
close
in interface AutoCloseable
Copyright © 2018. All rights reserved.