Uses of Interface
com.ibm.wsspi.collective.plugins.RemoteAccessWrapper
Packages that use RemoteAccessWrapper
-
Uses of RemoteAccessWrapper in com.ibm.wsspi.collective.plugins
Methods in com.ibm.wsspi.collective.plugins that return RemoteAccessWrapperModifier and TypeMethodDescriptionCollectivePlugin.createRemoteAccess
(String hostName, String userDir, String serverName, Map<String, String> credentials, Map<String, String> envVariables) Create a new remote access connection to the specified target.Methods in com.ibm.wsspi.collective.plugins with parameters of type RemoteAccessWrapperModifier and TypeMethodDescriptionvoid
CollectivePlugin.deleteFile
(RemoteAccessWrapper remoteAccess, String remoteFile, boolean recursiveDelete) Delete a remote file.boolean
CollectivePlugin.existsInRemoteFileSystem
(RemoteAccessWrapper remoteAccess, String filePath) void
CollectivePlugin.expandArchive
(RemoteAccessWrapper remoteAccess, String[] cmdArgs, String targetDir, boolean mustBeLiberty) Expand a remote archive.CollectivePlugin.getJavaCommand
(RemoteAccessWrapper remoteAccess, String hostName) Retrieve the java home on the remote machineboolean
CollectivePlugin.isReadOnly
(RemoteAccessWrapper remoteAccess, String remoteFile) Check if a remote file is read-onlyvoid
CollectivePlugin.makeRemoteDirectories
(RemoteAccessWrapper remoteAccess, String remoteDirectory) Creates a directory tree in the remote target.CollectivePlugin.postTransferAction
(RemoteAccessWrapper remoteAccess, String targetDir, String action, String actionOptions) Perform an action after a file has been transferred remotely.CollectivePlugin.preTransferAction
(RemoteAccessWrapper remoteAccess, String executableDir, String action, String actionOption) Perform an action before a file is deleted remotely.void
CollectivePlugin.receiveFile
(RemoteAccessWrapper remoteAccess, String remoteFile, File localDir) Download a remote file.CollectivePlugin.runCommand
(RemoteAccessWrapper remoteAccess, String cmd, String targetDir) Run a command remotely.void
CollectivePlugin.sendFile
(RemoteAccessWrapper remoteAccess, File localFile, String remoteDir) Upload a file to a remote location.