com.hlcl.rql.util.as
Class PublishingConfFile

java.lang.Object
  extended by com.hlcl.rql.util.as.PublishingConfFile

public class PublishingConfFile
extends java.lang.Object

Diese Klasse repräsentiert ein conf-File, wie es von RedDot am Ende einer Publizierung angelegt wird. Der FileName hat folgende Struktur: yyyyMMdd_HHmmss_RDPublishing_.conf Der Inhalt sieht z.B. so aus: kswfrd02 193.17.50.26 172.17.52.14


Nested Class Summary
static class PublishingConfFile.Log
           
 
Constructor Summary
PublishingConfFile(CmsClient cmsClient, java.lang.String confFileName)
           
 
Method Summary
 java.io.File getConfFile()
           
 java.util.Date getDate()
           
 PublishingConfFile.Log[] getLogs()
           
 Project getProject()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublishingConfFile

public PublishingConfFile(CmsClient cmsClient,
                          java.lang.String confFileName)
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getDate

public java.util.Date getDate()

getProject

public Project getProject()

getLogs

public PublishingConfFile.Log[] getLogs()

getConfFile

public java.io.File getConfFile()