cz.cuni.amis.utils.configuration.providers
Class JVMOptionsProvider
java.lang.Object
cz.cuni.amis.utils.configuration.PropertyProvider
cz.cuni.amis.utils.configuration.providers.JVMOptionsProvider
- All Implemented Interfaces:
- Comparable<PropertyProvider>
public class JVMOptionsProvider
- extends PropertyProvider
Reads property from -D options passed to the JVM.
- Author:
- ik
JVMOptionsProvider
public JVMOptionsProvider()
getPriority
public int getPriority()
- Description copied from class:
PropertyProvider
- Priority of this provider. It will be asked for property value before all
providers with lower priority.
- Specified by:
getPriority
in class PropertyProvider
- Returns:
getProperty
public String getProperty(String key)
- Description copied from class:
PropertyProvider
- Searches for given property key.
- Specified by:
getProperty
in class PropertyProvider
- Returns:
- null if the property wasn't found
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.