|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NtFileAttributesConfigurable
This interface is implemented by objects that can be configured with
NtFileAttributes
.
Method Summary | |
---|---|
Set<NtFileAttributes> |
getNtFileAttributes()
Get the attributes. |
void |
setNtFileAttributes(int attr)
Set the attributes. |
void |
setNtFileAttributes(Set<NtFileAttributes> ntFileAttributes)
Set the attributes. |
Method Detail |
---|
Set<NtFileAttributes> getNtFileAttributes()
void setNtFileAttributes(Set<NtFileAttributes> ntFileAttributes)
ntFileAttributes
- The attributes.void setNtFileAttributes(int attr)
attr
- The attributes code.NtFileAttributes.getIntValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |