Package net.sf.fsp.fsplib
Class FSPprotection
-
- All Implemented Interfaces:
public class FSPprotectionClass for parsing reply to CC_GET_PRO command and holding directory access information.
There are no get/set methods defined. Use public variables directly for data access.
- Since:
1.0rc7
Radim Kolar
-
-
Field Summary
Fields Modifier and Type Field Description public booleanownerpublic booleandeletepublic booleanaddpublic booleanmkdirpublic booleangetpublic booleanlistpublic booleanrenamepublic Stringreadmepublic static byteDIR_OWNERpublic static byteDIR_DELpublic static byteDIR_ADDpublic static byteDIR_MKDIRpublic static byteDIR_GETpublic static byteDIR_READMEpublic static byteDIR_LISTpublic static byteDIR_RENAME
-
Constructor Summary
Constructors Constructor Description FSPprotection()Constructor for empty FSPprotection object. FSPprotection(FSPpacket pkt)Creates FSPprotection instance from FSPpacket.
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
FSPprotection
FSPprotection()
Constructor for empty FSPprotection object. All fields are zeroed.
-
FSPprotection
FSPprotection(FSPpacket pkt)
Creates FSPprotection instance from FSPpacket.
- Parameters:
pkt- FSPpacket with CC_GET_PRO server response
-
-
-
-