public class DeployToFileHashDeployCommandIOProvider extends AbstractHashDeployCommandIOProvider
DeployCommand
to/from HashStructure.AbstractHashDeployCommandIOProvider.CommandInstantiationException, AbstractHashDeployCommandIOProvider.DefaultHashDeployCommandIO
tkClass_
Constructor and Description |
---|
DeployToFileHashDeployCommandIOProvider() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canRead(Element element,
HashStructure hash,
ToolkitContext tkContext,
Cookie cookie)
Checks if the HashStructure passed is one this provider recognizes.
|
protected boolean |
canWrite(Element element,
DeployCommand cmd,
ToolkitContext tkContext,
Cookie cookie) |
protected HashDeployCommandWriter.HashDisplayable |
getDisplayable(Element element,
Cookie cookie)
Returns a Displayable for this command.
|
protected DeployCommand |
read(Element element,
Cookie cookie) |
protected void |
write(HashStructure hash,
Element element,
Cookie cookie) |
commandInstantiationException, create, createDisplayable
buildDelegate, create, getToolkitClass, recognize
public DeployToFileHashDeployCommandIOProvider()
protected boolean canRead(Element element, HashStructure hash, ToolkitContext tkContext, Cookie cookie)
canRead
in class AbstractHashDeployCommandIOProvider
protected boolean canWrite(Element element, DeployCommand cmd, ToolkitContext tkContext, Cookie cookie)
canWrite
in class AbstractHashDeployCommandIOProvider
protected DeployCommand read(Element element, Cookie cookie)
read
in class AbstractHashDeployCommandIOProvider
protected void write(HashStructure hash, Element element, Cookie cookie)
write
in class AbstractHashDeployCommandIOProvider
protected HashDeployCommandWriter.HashDisplayable getDisplayable(Element element, Cookie cookie)
getDisplayable
in class AbstractHashDeployCommandIOProvider