Overview  Package  Tree OpenRat

openrat.services

Class Publish

openrat.services.Publish

class Publish

Diese Klasse stellt stellt einige Eigenschaften des Projektes dar, welche fuer das Veroeffentlichen von Objekten nuetzlich sind

Author:
$Author: dankert $
Version:
$Revision: 1.4 $

Field Summary
public var$ftp
public var$with_local
public var$with_ftp
public var$local_destdir
public var$content_negotiation
public var$cut_index
public var$cmd_after_publish
public var$publishedObjects
Method Summary
public voidPublish
public voidcopy
public voidmkdirs
public voidclose
Field Detail

ftp

public var $ftp

with_local

public var $with_local = false

with_ftp

public var $with_ftp = false

local_destdir

public var $local_destdir = ''

content_negotiation

public var $content_negotiation = false

cut_index

public var $cut_index = false

cmd_after_publish

public var $cmd_after_publish = ''

publishedObjects

public var $publishedObjects = array()
Method Detail

Publish()

public void Publish()

copy()

public void copy(var $tmp_filename,
                 var $dest_filename)
Parameters:
$tmp_filename
$dest_filename

mkdirs()

public void mkdirs(var $strPath)
Parameters:
$strPath

close()

public void close()

Overview  Package  Tree OpenRat