commands/rename_command_runner library
File: rename_command_runner.dart Project: rename Author: Onat Cipli Created Date: 24.09.2023 Description: This file defines RenameCommandRunner for the rename project and its commands, options etc.
Classes
- GetAppNameCommand
- GetAppNameCommand is a class that extends the PlatformFileEditorCommand class. It is responsible for getting the app names for the targeted platforms.
- GetBundleIdCommand
- GetBundleIdCommand is a class that extends the PlatformFileEditorCommand class. It is responsible for getting the bundleId identifiers for the targeted platforms.
- PlatformFileEditorCommand
- PlatformFileEditorCommand is an abstract class that extends the Command class. It provides a base for all platform file editor commands.
- RenameCommandRunner
- RenameCommandRunner is responsible for running the rename command in the CLI tool. It extends the CommandRunner class and overrides some of its methods.
- SetAppNameCommand
- SetAppNameCommand is a class that extends the SetPlatformFileEditorCommand class. It is responsible for setting the app name for the targeted platforms.
- SetBunleIdCommand
- SetBunleIdCommand is a class that extends the SetPlatformFileEditorCommand class. It is responsible for setting the bundleId identifier for the targeted platforms.
- SetPlatformFileEditorCommand
- SetPlatformFileEditorCommand is an abstract class that extends the PlatformFileEditorCommand class. It provides a base for all set platform file editor commands.