Uses of Class
lumis.portal.filesystem.impl.LocalDataFile
-
Packages that use LocalDataFile Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.filesystem.impl lumis.service.portalmanagement.upgrade -
-
Uses of LocalDataFile in lumis.portal.deployment
Methods in lumis.portal.deployment that return LocalDataFile Modifier and Type Method Description static LocalDataFile
DeploymentUtil. getModuleLocalDataFile(String moduleId)
Utility method to obtain an archive file relative to a module.static LocalDataFile
DeploymentUtil. getModuleLocalDataFile(IModule module)
Utility method to obtain an archive file relative to a module.static LocalDataFile
DeploymentUtil. getNewVersionModuleLocalDataFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.static LocalDataFile
DeploymentUtil. getOldVersionModuleLocalDataFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.Methods in lumis.portal.deployment with parameters of type LocalDataFile Modifier and Type Method Description static ClusterMirroredLocalDataFile
DeploymentUtil. renameTempPortalFileToFinalModulePortalFile(LocalDataFile tempPortalFile)
Renames the temp module file to the unique module file name. -
Uses of LocalDataFile in lumis.portal.filesystem.impl
Methods in lumis.portal.filesystem.impl that return LocalDataFile Modifier and Type Method Description static LocalDataFile
LocalDataFile. fromAbsolutePath(String absolutePath)
Returns aLocalDataFile
resolved from an absolute file path.LocalDataFile
LocalDataFile. getParent()
LocalDataFile
LocalDataFile. getRoot()
LocalDataFile
LocalDataFile. resolve(String relativePath)
LocalDataFile
ClusterMirroredLocalDataFile. toLocalDataFile()
Returns aLocalDataFile
of the same relative path of this file. -
Uses of LocalDataFile in lumis.service.portalmanagement.upgrade
Methods in lumis.service.portalmanagement.upgrade with parameters of type LocalDataFile Modifier and Type Method Description void
UpgradeResource. setExecutables(LocalDataFile curFile)
Sets all sh files as executable recursively.
-