|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
treebolic.site.SiteMaker
treebolic.site.FileSiteMaker
public class FileSiteMaker
Field Summary | |
---|---|
private java.lang.String |
thePathUrl
Path url |
private java.lang.String |
theXtraPath
Extra path |
Fields inherited from class treebolic.site.SiteMaker |
---|
PROGRESSCOMPLETE, PROGRESSCONNECT, PROGRESSCONNECTCOMPLETE, PROGRESSDISCONNECT, PROGRESSXFERDTD, PROGRESSXFERHTML, PROGRESSXFERIMAGES, PROGRESSXFERJAR, PROGRESSXFERXML, PROGRESSZERO, theHtmlFile, theOperation, theTemplateFile, theXmlFile |
Constructor Summary | |
---|---|
FileSiteMaker(org.w3c.dom.Document thisDocument,
java.lang.String thisRepositoryFolder,
java.lang.String thisImageFolder,
java.lang.String thisPath,
java.lang.String thisHtmlFile,
java.lang.String thisXmlFile,
java.lang.String thisTitle)
Constructor |
Method Summary | |
---|---|
boolean |
changeFolder(java.lang.String thisRelativeFolder)
Change folder |
boolean |
connect()
Connect to destination |
boolean |
disconnect()
Disconnect from destination |
java.io.OutputStream |
makeOutStream(java.lang.String thisFilename)
Make output stream |
Methods inherited from class treebolic.site.SiteMaker |
---|
make, notifyOperation |
Methods inherited from class java.util.Observable |
---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String thePathUrl
private java.lang.String theXtraPath
Constructor Detail |
---|
public FileSiteMaker(org.w3c.dom.Document thisDocument, java.lang.String thisRepositoryFolder, java.lang.String thisImageFolder, java.lang.String thisPath, java.lang.String thisHtmlFile, java.lang.String thisXmlFile, java.lang.String thisTitle) throws java.net.URISyntaxException, java.io.IOException
thisDocument
- documentthisRepositoryFolder
- repository folder (source)thisImageFolder
- image folder (source)thisPath
- path (source)thisHtmlFile
- HTML file (target)thisXmlFile
- XML file (target)thisTitle
- HTML file title (target)
java.net.URISyntaxException
java.io.IOException
Method Detail |
---|
public boolean connect()
SiteMaker
connect
in class SiteMaker
public boolean disconnect()
SiteMaker
disconnect
in class SiteMaker
public java.io.OutputStream makeOutStream(java.lang.String thisFilename) throws java.net.MalformedURLException, java.io.IOException, java.net.URISyntaxException
SiteMaker
makeOutStream
in class SiteMaker
thisFilename
- filename
java.net.MalformedURLException
java.io.IOException
java.net.URISyntaxException
public boolean changeFolder(java.lang.String thisRelativeFolder) throws java.net.MalformedURLException, java.net.URISyntaxException
SiteMaker
changeFolder
in class SiteMaker
thisRelativeFolder
- relative folder
java.net.MalformedURLException
java.net.URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |