Uses of Class
com.hierynomus.mssmb2.SMB2LockFlag
-
Packages that use SMB2LockFlag Package Description com.hierynomus.mssmb2 com.hierynomus.mssmb2.messages.submodule com.hierynomus.smbj.share -
-
Uses of SMB2LockFlag in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2LockFlag Modifier and Type Method Description static SMB2LockFlag
SMB2LockFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2LockFlag[]
SMB2LockFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SMB2LockFlag in com.hierynomus.mssmb2.messages.submodule
Fields in com.hierynomus.mssmb2.messages.submodule with type parameters of type SMB2LockFlag Modifier and Type Field Description private java.util.Set<SMB2LockFlag>
SMB2LockElement. lockFlags
private static java.util.List<java.util.EnumSet<SMB2LockFlag>>
SMB2LockElement. VALID_FLAG_COMBINATIONS
Methods in com.hierynomus.mssmb2.messages.submodule that return types with arguments of type SMB2LockFlag Modifier and Type Method Description java.util.Set<SMB2LockFlag>
SMB2LockElement. getLockFlags()
Constructor parameters in com.hierynomus.mssmb2.messages.submodule with type arguments of type SMB2LockFlag Constructor Description SMB2LockElement(long offset, long length, java.util.Set<SMB2LockFlag> lockFlags)
-
Uses of SMB2LockFlag in com.hierynomus.smbj.share
Method parameters in com.hierynomus.smbj.share with type arguments of type SMB2LockFlag Modifier and Type Method Description private Open.LockBuilder
Open.LockBuilder. addElement(long offset, long length, java.util.Set<SMB2LockFlag> flags)
-