org.opoo.press.impl
类 StaticFileImpl

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

public class StaticFileImpl
extends Object
implements StaticFile

作者:
Alex Lin

构造方法摘要
StaticFileImpl(Site site, SourceEntry sourceEntry)
           
 
方法摘要
 File getOutputFile(File dest)
           
 Site getSite()
           
 SourceEntry getSourceEntry()
           
 void setSite(Site site)
           
 void setSourceEntry(SourceEntry sourceEntry)
           
 void write(File dest)
           
 
从类 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-2014 Opoo.org. All Rights Reserved.