Interface SystemPropertyOperationProvider
- All Known Implementing Classes:
Detector.SimpleSystemPropertyOperations
public interface SystemPropertyOperationProvider
Interface exposing system property operations.
-
Method Summary
Modifier and TypeMethodDescriptiongetSystemProperty(String name) Gets the system property indicated by the specified name.getSystemProperty(String name, String def) Gets the system property indicated by the specified name.setSystemProperty(String name, String value) Sets the system property indicated by the specified name.
-
Method Details
-
getSystemProperty
-
getSystemProperty
-
setSystemProperty
-