org.opoo.press.source.impl
类 SourceEntryLoaderImpl

java.lang.Object
  继承者 org.opoo.press.source.impl.SourceEntryLoaderImpl
所有已实现的接口:
SourceEntryLoader

public class SourceEntryLoaderImpl
extends Object
implements SourceEntryLoader

作者:
Alex Lin

构造方法摘要
SourceEntryLoaderImpl()
           
 
方法摘要
 List<SourceEntry> loadSourceEntries(File sourcePath, FileFilter fileFilter)
          Load all source file entries.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SourceEntryLoaderImpl

public SourceEntryLoaderImpl()
方法详细信息

loadSourceEntries

public List<SourceEntry> loadSourceEntries(File sourcePath,
                                           FileFilter fileFilter)
从接口 SourceEntryLoader 复制的描述
Load all source file entries.

指定者:
接口 SourceEntryLoader 中的 loadSourceEntries
返回:
the list of all source entries


Copyright © 2013-2014 Opoo.org. All Rights Reserved.