public interface IGetLockConfig
Modifier and Type | Method and Description |
---|---|
void |
addElement(MObject el)
Add elements to be locked.
|
void |
addElements(java.util.Collection<MObject> el)
Add elements to be locked.
|
void |
addFiles(java.util.Collection<java.io.File> f)
Add files to lock.
|
java.util.Collection<java.io.File> |
getAdditionalFiles() |
java.lang.String |
getComment()
Get the comment that will annotate the get lock operation.
|
java.util.Set<MObject> |
getElements()
Get the elements on which the command will be run.
|
boolean |
isBatchMode() |
boolean |
isRecursive()
Get whether the get lock is recursive.
|
void |
setComment(java.lang.String comment)
Define the comment that will annotate the get lock operation.
|
void setComment(java.lang.String comment)
comment
- a comment string.void addElements(java.util.Collection<MObject> el)
el
- The elements to be locked.java.lang.String getComment()
java.util.Set<MObject> getElements()
isRecursive()
is set.void addElement(MObject el)
el
- An element to be locked.boolean isRecursive()
true
if recursive, else false
.boolean isBatchMode()
void addFiles(java.util.Collection<java.io.File> f)
Add files to lock.
f
- the files to lock.java.util.Collection<java.io.File> getAdditionalFiles()