Class FontMigrator
java.lang.Object
com.inductiveautomation.perspective.gateway.assets.AssetMigrator
com.inductiveautomation.perspective.gateway.assets.fonts.FontMigrator
-
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 aResource
so 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
-
FontMigrator
-
-
Method Details
-
changeOperations
Description copied from class:AssetMigrator
Maps a file to aResource
so 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:
changeOperations
in classAssetMigrator
- Throws:
MigrationException
-