| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
Chmod |
ChmodBuilder.build()
Builds and returns a new
Chmod object with the properties set in this builder. |
| Modifier and Type | Method and Description |
|---|---|
List<Chmod> |
FSAction.getChmods()
Returns the
Chmod objects that specify the directories or files the permission of which will be changed
and to what when running this action. |
List<Chmod> |
ActionAttributes.getChmods()
Returns a list of the
Chmod objects stored in this ActionAttributes object. |
| Modifier and Type | Method and Description |
|---|---|
FSActionBuilder |
FSActionBuilder.withChmod(Chmod chmod)
Registers a
Chmod object with this builder. |
FSActionBuilder |
FSActionBuilder.withoutChmod(Chmod chmod)
Removes a
Chmod object if it is registered with this builder, otherwise does nothing. |
Copyright © 2021 Apache Software Foundation. All rights reserved.