public final class InstallZip extends Object implements org.kuali.common.util.channel.util.ChannelExecutable
Modifier and Type | Class and Description |
---|---|
static class |
InstallZip.Builder |
Modifier and Type | Method and Description |
---|---|
protected void |
exec(org.kuali.common.util.channel.api.SecureChannel channel,
com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> optional) |
void |
execute(org.kuali.common.util.channel.api.SecureChannel channel) |
com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> |
getAfter() |
com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> |
getBefore() |
InstallZipContext |
getContext() |
protected String |
getTargetDir(InstallZipContext context) |
protected void |
install(org.kuali.common.util.channel.api.SecureChannel channel,
InstallZipContext context) |
boolean |
isForceExecution() |
boolean |
isSkip() |
protected boolean |
isZipInstalled(org.kuali.common.util.channel.api.SecureChannel channel,
InstallZipContext context) |
public void execute(org.kuali.common.util.channel.api.SecureChannel channel)
execute
in interface org.kuali.common.util.channel.util.ChannelExecutable
protected boolean isZipInstalled(org.kuali.common.util.channel.api.SecureChannel channel, InstallZipContext context)
protected void install(org.kuali.common.util.channel.api.SecureChannel channel, InstallZipContext context)
protected String getTargetDir(InstallZipContext context)
protected void exec(org.kuali.common.util.channel.api.SecureChannel channel, com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> optional)
public boolean isSkip()
public InstallZipContext getContext()
public com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> getBefore()
public com.google.common.base.Optional<org.kuali.common.util.channel.util.ChannelExecutable> getAfter()
public boolean isForceExecution()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.