Package de.elo.ix.client
Class ConfigFile
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.ConfigFile
- All Implemented Interfaces:
Serializable
Used for accessing directories or files on the server.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The path to the file.protected FileData
The content of the file.protected boolean
Returns true if the object is a directory, false if it is a file.protected String
The last-modified date of the script file.protected String
The name of the file or the extension.protected long
File size.protected String
HTTP-Response returned when file is uploaded.protected String
Download or upload URL.Fields inherited from class byps.BValueClass
bypsClient, changedMembers, dbHelper, FLAG_SEALED, flags
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDir()
getName()
long
getSize()
getUrl()
boolean
void
void
setFileData
(FileData fileData) void
setIsDirectory
(boolean isDirectory) void
setLastModifiedISO
(String lastModifiedISO) void
void
setSize
(long size) void
setUploadResult
(String uploadResult) void
toString()
Methods inherited from class byps.BValueClass
getBypsClient, getChangedMembers, getDbHelper, isChangedMember, isSealed, seal, seal, setBypsClient, setChangedMember, setChangedMembers, setDbHelper
-
Field Details
-
dir
The path to the file. -
fileData
The content of the file. -
isDirectory
protected boolean isDirectoryReturns true if the object is a directory, false if it is a file. -
lastModifiedISO
The last-modified date of the script file. This value is related to the UTC time-zone. -
name
The name of the file or the extension. -
size
protected long sizeFile size. -
uploadResult
HTTP-Response returned when file is uploaded. -
url
Download or upload URL.
-
-
Constructor Details
-
ConfigFile
public ConfigFile() -
ConfigFile
-
-
Method Details
-
getDir
-
setDir
-
getFileData
-
setFileData
-
isIsDirectory
public boolean isIsDirectory() -
setIsDirectory
public void setIsDirectory(boolean isDirectory) -
getLastModifiedISO
-
setLastModifiedISO
-
getName
-
setName
-
getSize
public long getSize() -
setSize
public void setSize(long size) -
getUploadResult
-
setUploadResult
-
getUrl
-
setUrl
-
toString
-