Open sergeylukichev opened 4 years ago
Create ActionsConfigService, which encapsulates a java property file "actions.properties" and has 2 public methods:
String getActionPackage() List<String> getActionClassNames()
A sample properties file:
action.names=GrayscaleImageAction,DefaultImageAction,PreviewImageAction,NewImageAction action.package=de.telran.processor.action
Create ActionsConfigService, which encapsulates a java property file "actions.properties" and has 2 public methods:
A sample properties file: