Interface TasksConfiguration
-
public interface TasksConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetInteger(String key)IntegergetInteger(String key, Integer defaultValue)StringgetString(String key)StringgetString(String key, String defaultValue)
-