|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.ftp.listcode.FtpFileInfoImpl
public class FtpFileInfoImpl
Created by The eXo Platform SAS Author : Vitaly Guly
Field Summary
protected int_day
protected boolean_isCollection
protected java.lang.String_month
protected java.lang.String_name
protected long_size
protected java.lang.String_time
protected java.lang.StringdateTime
protected static org.apache.commons.logging.Loglog
static java.lang.String[]MONTHES
static java.lang.StringTIME_MASK
Constructor Summary
FtpFileInfoImpl()
Method Summary
java.lang.StringgetDateTime()
intgetDay()
java.lang.StringgetMonth()
java.lang.StringgetName()
longgetSize()
java.lang.StringgetTime()
voidinitFromNode(javax.jcr.Node node)
booleanisCollection()
voidsetDateTime(java.lang.String dateTime)
voidsetName(java.lang.String name)
voidsetSize(long size)
voidsetType(boolean collection)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
log
protected static org.apache.commons.logging.Log log
_name
protected java.lang.String _name
_isCollection
protected boolean _isCollection
_size
protected long _size
dateTime
protected java.lang.String dateTime
_month
protected java.lang.String _month
_day
protected int _day
_time
protected java.lang.String _time
MONTHES
public static final java.lang.String[] MONTHES
TIME_MASK
public static final java.lang.String TIME_MASK
Constructor Detail
FtpFileInfoImpl
public FtpFileInfoImpl()
Method Detail
initFromNode
public void initFromNode(javax.jcr.Node node)
throws java.lang.Exception
initFromNode in interface FtpFileInfo
java.lang.Exception
setName
public void setName(java.lang.String name)
setName in interface FtpFileInfo
getName
public java.lang.String getName()
getName in interface FtpFileInfo
setType
public void setType(boolean collection)
setType in interface FtpFileInfo
isCollection
public boolean isCollection()
isCollection in interface FtpFileInfo
setSize
public void setSize(long size)
setSize in interface FtpFileInfo
getSize
public long getSize()
getSize in interface FtpFileInfo
setDateTime
public void setDateTime(java.lang.String dateTime)
setDateTime in interface FtpFileInfo
getDateTime
public java.lang.String getDateTime()
getDateTime in interface FtpFileInfo
getMonth
public java.lang.String getMonth()
getMonth in interface FtpFileInfo
getDay
public int getDay()
getDay in interface FtpFileInfo
getTime
public java.lang.String getTime()
getTime in interface FtpFileInfo
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2010 eXo Platform SAS. All Rights Reserved.