Package sonia.scm.update
Interface PropertyFileAccess
public interface PropertyFileAccess
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionforStoreName
(String name) Creates a tool object for store migration from v1 to v2.renameGlobalConfigurationFrom
(String oldName) Use this to rename a configuration file.
-
Method Details
-
renameGlobalConfigurationFrom
Use this to rename a configuration file.- Parameters:
oldName
- The old file name.- Returns:
- Object to specify the new file name.
-
forStoreName
Creates a tool object for store migration from v1 to v2.- Parameters:
name
- The name of the store to be handled.- Returns:
- The tool object for the named store.
-