Uses of Class
org.craftercms.studio.api.v2.service.marketplace.registry.FileRecord
Packages that use FileRecord
Package
Description
-
Uses of FileRecord in org.craftercms.studio.api.v2.service.marketplace
Fields in org.craftercms.studio.api.v2.service.marketplace with type parameters of type FileRecordConstructor parameters in org.craftercms.studio.api.v2.service.marketplace with type arguments of type FileRecordModifierConstructorDescriptionPluginTreeCopier(Path source, Path target, StudioConfiguration studioConfiguration, String siteId, Map<String, String> params, List<FileRecord> files, boolean calculateChecksum) -
Uses of FileRecord in org.craftercms.studio.api.v2.service.marketplace.registry
Methods in org.craftercms.studio.api.v2.service.marketplace.registry that return types with arguments of type FileRecordMethod parameters in org.craftercms.studio.api.v2.service.marketplace.registry with type arguments of type FileRecord -
Uses of FileRecord in org.craftercms.studio.impl.v2.service.marketplace.internal
Methods in org.craftercms.studio.impl.v2.service.marketplace.internal that return types with arguments of type FileRecordModifier and TypeMethodDescriptionprotected List<FileRecord> MarketplaceServiceInternalImpl.copyPluginFiles(Path pluginDir, String siteId, org.craftercms.commons.plugin.model.Plugin plugin, Map<String, String> params) Method parameters in org.craftercms.studio.impl.v2.service.marketplace.internal with type arguments of type FileRecordModifier and TypeMethodDescriptionprotected voidMarketplaceServiceInternalImpl.addPluginToRegistry(String siteId, org.craftercms.commons.plugin.model.Plugin plugin, List<FileRecord> files, List<ConfigRecord> wiring) protected voidMarketplaceServiceInternalImpl.performTemplateWiring(org.craftercms.commons.plugin.model.Plugin plugin, String siteId, List<FileRecord> files, List<String> changedFiles)