|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectopenlsd.web.legacy.LSDWebLegacy
public class LSDWebLegacy
Class to manipulate Legacy from Web Admin
| Field Summary | |
|---|---|
java.lang.String |
basePath
The base path for the Legacy |
boolean |
isCrypted
This storage is in Crypted mode |
long |
LID
LID : unique ID of the Legacy |
java.lang.String |
nameLID
Name of LID |
java.lang.String |
outPath
The base path for extraction/copy of the files for the Legacy |
long |
sizemax
The max size for each Storage in the set of this Legacy |
| Constructor Summary | |
|---|---|
LSDWebLegacy(java.lang.String sNameLID,
long lid,
java.lang.String basepath,
java.lang.String outbase,
long size,
boolean isCrypted)
Create a pseudo Legacy object from args |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long LID
public java.lang.String nameLID
public boolean isCrypted
public java.lang.String basePath
public java.lang.String outPath
public long sizemax
| Constructor Detail |
|---|
public LSDWebLegacy(java.lang.String sNameLID,
long lid,
java.lang.String basepath,
java.lang.String outbase,
long size,
boolean isCrypted)
sNameLID - lid - basepath - outbase - size - isCrypted -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||