public class Undeploy extends UndeployPlaceholder
The inverse of this command is Deploy.
file, ID
fail, guardVars, id, ignore
Modifier and Type | Method and Description |
---|---|
protected void |
_undeployDirectory(File dir,
ReloadService service) |
protected void |
_undeployFile(File file,
ReloadService service) |
protected void |
doCompatRun(org.nuxeo.connect.update.task.Task task)
Deprecated.
since 9.3, reload mechanism has changed, keep it for backward compatibility
|
protected org.nuxeo.connect.update.task.Command |
doRun(org.nuxeo.connect.update.task.Task task,
Map<String,String> prefs)
Override to implement command actions
|
protected void |
undeployDirectory(File dir,
ReloadService service)
Deprecated.
since 9.3, reload mechanism has changed, keep it for backward compatibility
|
protected void |
undeployFile(File file,
ReloadService service)
Deprecated.
since 9.3, reload mechanism has changed, keep it for backward compatibility
|
doValidate, readFrom, writeTo
getId, ignore, initialize, isPostInstall, run, setFail, setIgnore, setPackageUpdateService, validate
@Deprecated protected void undeployFile(File file, ReloadService service) throws org.nuxeo.connect.update.PackageException
org.nuxeo.connect.update.PackageException
@Deprecated protected void undeployDirectory(File dir, ReloadService service) throws org.nuxeo.connect.update.PackageException
org.nuxeo.connect.update.PackageException
protected org.nuxeo.connect.update.task.Command doRun(org.nuxeo.connect.update.task.Task task, Map<String,String> prefs) throws org.nuxeo.connect.update.PackageException
AbstractCommand
doRun
in class UndeployPlaceholder
org.nuxeo.connect.update.PackageException
@Deprecated protected void doCompatRun(org.nuxeo.connect.update.task.Task task) throws org.nuxeo.connect.update.PackageException
org.nuxeo.connect.update.PackageException
protected void _undeployFile(File file, ReloadService service) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
protected void _undeployDirectory(File dir, ReloadService service) throws org.osgi.framework.BundleException
org.osgi.framework.BundleException
Copyright © 2018 Nuxeo. All rights reserved.