Class UssChangeMode
- java.lang.Object
-
- zowe.client.sdk.zosfiles.uss.methods.UssChangeMode
-
public class UssChangeMode extends Object
Provides Unix System Services (USS) chmod functionality- Version:
- 5.0
- Author:
- James Kostrewski
-
-
Constructor Summary
Constructors Constructor Description UssChangeMode(ZosConnection connection)UssChangeMode Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Responsechange(String targetPath, UssChangeModeInputData changeModeInputData)Change the mode of a UNIX file or directory request driven by UssChangeModeInputData object settings
-
-
-
Constructor Detail
-
UssChangeMode
public UssChangeMode(ZosConnection connection)
UssChangeMode Constructor- Parameters:
connection- for connection information, see ZosConnection object
-
-
Method Detail
-
change
public Response change(String targetPath, UssChangeModeInputData changeModeInputData) throws ZosmfRequestException
Change the mode of a UNIX file or directory request driven by UssChangeModeInputData object settings- Parameters:
targetPath- identifies the UNIX file or directory to be the target of the operationchangeModeInputData- change mode response parameters, see UssChangeModeInputData object- Returns:
- Response object
- Throws:
ZosmfRequestException- request error state
-
-