Uses of Class
com.github.sardine.model.Lockscope
Packages that use Lockscope
-
Uses of Lockscope in com.github.sardine.model
Methods in com.github.sardine.model that return LockscopeModifier and TypeMethodDescriptionObjectFactory.createLockscope()Create an instance ofLockscopeActivelock.getLockscope()Gets the value of the lockscope property.Lockentry.getLockscope()Gets the value of the lockscope property.Lockinfo.getLockscope()Gets the value of the lockscope property.Methods in com.github.sardine.model with parameters of type LockscopeModifier and TypeMethodDescriptionvoidActivelock.setLockscope(Lockscope value) Sets the value of the lockscope property.voidLockentry.setLockscope(Lockscope value) Sets the value of the lockscope property.voidLockinfo.setLockscope(Lockscope value) Sets the value of the lockscope property.