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 class
Deploy
Deploy a runtime bundle, or a directory containing runtime bundles.class
DeployConfig
Deploys runtime configuration files to the framework.class
Flush
Flush all Nuxeo caches by callingReloadService.flush()
class
FlushJaasCache
Flushes the JAAS cache.class
ReloadProperties
Flush all nuxeo caches.class
RollbackAndUndeploy
class
Undeploy
Undeploy a runtime bundle, or a directory containing runtime bundles.class
UndeployConfig
Undeploys runtime configuration files to the framework.class
UpdateAndDeploy
Live 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 class
Append
Append content of a file into a destination file.class
CompositeCommand
Command embedding multiple commands.class
Config
Command for managing the configuration.class
Copy
Copy a file to the given target directory or file.class
Delete
The delete command.class
DeployConfigPlaceholder
Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.class
DeployPlaceholder
Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.class
FlushJaasCachePlaceholder
Flush any cache held by the core.class
FlushPlaceholder
Flush all nuxeo caches.class
InstallPlaceholder
Deploy an OSGi bundle into the running platform.class
LoadJarPlaceholder
Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.class
ParameterizedCopy
Copy a file to the given target directory or file.class
PostInstallCommand
Base class for flush like commands.class
ReloadPropertiesPlaceholder
Flush all nuxeo caches.class
UnAppend
class
UndeployConfigPlaceholder
Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.class
UndeployPlaceholder
Install bundle, flush any application cache and perform Nuxeo preprocessing on the bundle.class
UninstallPlaceholder
Un-Deploy an OSGi bundle from the running platform.class
UnloadJarPlaceholder
Install 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 class
Rollback
class
Update
-