Class IconMigrator
java.lang.Object
com.inductiveautomation.perspective.gateway.assets.AssetMigrator
com.inductiveautomation.perspective.gateway.assets.icons.IconMigrator
-
Field Summary
Fields inherited from class com.inductiveautomation.perspective.gateway.assets.AssetMigrator
assetPath, assetRoot, context, DIGEST_TYPE, digestPath, IS_NON_TEMP_FILE, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ChangeOperation>Maps a file to aResourceso it may be created in the `CORE` The only thing this method does is to create the base resource path, its config, and any data files.Methods inherited from class com.inductiveautomation.perspective.gateway.assets.AssetMigrator
migrate, readDigest, readDigestFile
-
Constructor Details
-
IconMigrator
-
-
Method Details
-
changeOperations
Description copied from class:AssetMigratorMaps a file to aResourceso it may be created in the `CORE` The only thing this method does is to create the base resource path, its config, and any data files. The collection and scope will be set to `CORE` and `GATEWAY` respectively.- Specified by:
changeOperationsin classAssetMigrator- Throws:
MigrationException
-