org.opoo.press.source
类 SourceEntry

java.lang.Object
  继承者 org.apache.commons.io.monitor.FileEntry
      继承者 org.opoo.press.source.SourceEntry
所有已实现的接口:
java.io.Serializable

public class SourceEntry
extends org.apache.commons.io.monitor.FileEntry

Source file entry.

作者:
Alex Lin
另请参见:
序列化表格

构造方法摘要
SourceEntry(java.io.File file)
           
SourceEntry(org.apache.commons.io.monitor.FileEntry parent, java.io.File file)
           
 
方法摘要
 java.lang.String getPath()
           
 java.lang.String toString()
           
 
从类 org.apache.commons.io.monitor.FileEntry 继承的方法
getChildren, getFile, getLastModified, getLength, getLevel, getName, getParent, isDirectory, isExists, newChildInstance, refresh, setChildren, setDirectory, setExists, setLastModified, setLength, setName
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

SourceEntry

public SourceEntry(java.io.File file)
参数:
file -

SourceEntry

public SourceEntry(org.apache.commons.io.monitor.FileEntry parent,
                   java.io.File file)
参数:
parent -
file -
方法详细信息

getPath

public java.lang.String getPath()
返回:
the path

toString

public java.lang.String toString()
覆盖:
java.lang.Object 中的 toString


Copyright © 2013 Opoo.org. All Rights Reserved.