Serialized Form
|
Package com.jboss.jbossnetwork.product.jbpm.handlers |
step
org.rhq.core.domain.content.transfer.DeployPackageStep step
replacementFileLocation
String replacementFileLocation
- The location of the new file, which will be copied over the original file.
originalFileLocation
String originalFileLocation
- The location of the file which will be replaced.
backupFileLocation
String backupFileLocation
- The location the original file will be backed up to. If this is not specified, we will generate a value for this
of the format: originalFileLocation + ".#{timestamp}.old".
destinationFileLocation
String destinationFileLocation
- The location that the replacement file will be written to. This enables us to support renaming the file as it is
replaced (one such use case would be a new version of a JAR being pushed out). See JBNADM-618.
logger
org.apache.commons.logging.Log logger
- Logger, keyed to the subclass.
algorithm
String algorithm
- The algorithm to use when calculating the digest (i.e. MD5). See Appendix A in the Java Cryptography Architecture
API Specification & Reference for information about standard algorithm names.
fileToBeCheckedLocation
String fileToBeCheckedLocation
- Location of the file being tested.
expectedDigest
String expectedDigest
- This value is compared, ignoring case, with the calculated digest of the indicated file.
actionName
String actionName
- Name of the action being performed on the JBoss AS server.
destinationFileLocation
String destinationFileLocation
notification
String notification
- The notification message that should make up this action's description.
status
Boolean status
- Indicates if the process succeeded or failed.
fileToBeUnzippedLocation
String fileToBeUnzippedLocation
- Location of the file being unzipped.
destinationDirectoryLocation
String destinationDirectoryLocation
- Location into which the files will be unzipped. This must be a directory.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.