org.opoo.press.impl
类 StaticFileImpl
java.lang.Object
org.opoo.press.impl.StaticFileImpl
- 所有已实现的接口:
- StaticFile
public class StaticFileImpl
- extends Object
- implements StaticFile
- 作者:
- Alex Lin
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticFileImpl
public StaticFileImpl(Site site,
SourceEntry sourceEntry)
getSite
public Site getSite()
- 返回:
- the site
setSite
public void setSite(Site site)
- 参数:
site - the site to set
getSourceEntry
public SourceEntry getSourceEntry()
- 返回:
- the sourceEntry
setSourceEntry
public void setSourceEntry(SourceEntry sourceEntry)
- 参数:
sourceEntry - the sourceEntry to set
getOutputFile
public File getOutputFile(File dest)
- 指定者:
- 接口
StaticFile 中的 getOutputFile
- 返回:
- output file
write
public void write(File dest)
- 指定者:
- 接口
StaticFile 中的 write
Copyright © 2013 Opoo.org. All Rights Reserved.