Uses of Class
lumis.portal.filesystem.impl.ClusterMirroredLocalDataFile
-
Packages that use ClusterMirroredLocalDataFile Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.filesystem.impl -
-
Uses of ClusterMirroredLocalDataFile in lumis.portal.deployment
Methods in lumis.portal.deployment that return ClusterMirroredLocalDataFile Modifier and Type Method Description static ClusterMirroredLocalDataFile
DeploymentUtil. renameTempPortalFileToFinalModulePortalFile(LocalDataFile tempPortalFile)
Renames the temp module file to the unique module file name.Constructors in lumis.portal.deployment with parameters of type ClusterMirroredLocalDataFile Constructor Description DeploymentProcessCallbackHandler(ClusterMirroredLocalDataFile planTempDirectory, String deployedPackageId, String deployedModuleFile)
-
Uses of ClusterMirroredLocalDataFile in lumis.portal.filesystem.impl
Methods in lumis.portal.filesystem.impl that return ClusterMirroredLocalDataFile Modifier and Type Method Description ClusterMirroredLocalDataFile
ClusterMirroredLocalDataFile. getParent()
ClusterMirroredLocalDataFile
ClusterMirroredLocalDataFile. getRoot()
ClusterMirroredLocalDataFile
ClusterMirroredLocalDataFile. resolve(String relativePath)
ClusterMirroredLocalDataFile
LocalDataFile. toClusterMirroredLocalDataFile()
Returns aClusterMirroredLocalDataFile
with the same relative path of this file.
-