Uses of Class
org.nuxeo.connect.update.task.standalone.commands.AbstractCommand
-
Packages that use AbstractCommand Package Description org.nuxeo.connect.update.task.live.commands org.nuxeo.connect.update.task.standalone.commands org.nuxeo.connect.update.task.update -
-
Uses of AbstractCommand in org.nuxeo.connect.update.task.live.commands
Subclasses of AbstractCommand in org.nuxeo.connect.update.task.live.commands Modifier and Type Class Description classDeployDeploy a runtime bundle, or a directory containing runtime bundles.classDeployConfigDeploys runtime configuration files to the framework.classFlushFlush all Nuxeo caches by callingReloadService.flush()classFlushJaasCacheFlushes the JAAS cache.classReloadPropertiesFlush all nuxeo caches.classRollbackAndUndeployclassUndeployUndeploy a runtime bundle, or a directory containing runtime bundles.classUndeployConfigUndeploys runtime configuration files to the framework.classUpdateAndDeployLive version of the update command, that handle hot-reloading of the jar by deploying it to the runtime. -
Uses of AbstractCommand in org.nuxeo.connect.update.task.standalone.commands
Subclasses of AbstractCommand in org.nuxeo.connect.update.task.standalone.commands Modifier and Type Class Description classAppendAppend content of a file into a destination file.classCompositeCommandCommand embedding multiple commands.classConfigCommand for managing the configuration.classCopyCopy a file to the given target directory or file.classDeleteThe delete command.classDeployConfigPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.classDeployPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.classFlushJaasCachePlaceholderFlush any cache held by the core.classFlushPlaceholderFlush all nuxeo caches.classInstallPlaceholderDeploy an OSGi bundle into the running platform.classLoadJarPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.classParameterizedCopyCopy a file to the given target directory or file.classPostInstallCommandBase class for flush like commands.classReloadPropertiesPlaceholderFlush all nuxeo caches.classUnAppendclassUndeployConfigPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.classUndeployPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.classUninstallPlaceholderUn-Deploy an OSGi bundle from the running platform.classUnloadJarPlaceholderInstall bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.Constructors in org.nuxeo.connect.update.task.standalone.commands with parameters of type AbstractCommand Constructor Description AbstractCommand(AbstractCommand command) -
Uses of AbstractCommand in org.nuxeo.connect.update.task.update
Subclasses of AbstractCommand in org.nuxeo.connect.update.task.update Modifier and Type Class Description classRollbackclassUpdate
-