com.pecasim
Class TemplateCreater

java.lang.Object
  extended by com.pecasim.TemplateCreater

public class TemplateCreater
extends java.lang.Object

Author:
cbu Erzeugt "Referenz Templates"

Constructor Summary
TemplateCreater()
           
 
Method Summary
static void createSytemDODFile(java.lang.String anUrl)
           
static DataObjectDescriptor getSystemDOD()
           
static void main(java.lang.String[] args)
           
static void testSytemDODFile(java.lang.String anUrl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateCreater

public TemplateCreater()
Method Detail

createSytemDODFile

public static void createSytemDODFile(java.lang.String anUrl)
                               throws SimBaseException
Parameters:
aUrl: - != null Erzeugung eines System-DataObjectDescriptor-File
Throws:
java.io.FileNotFoundException
SimBaseException

getSystemDOD

public static DataObjectDescriptor getSystemDOD()

testSytemDODFile

public static void testSytemDODFile(java.lang.String anUrl)
                             throws SimBaseException
Parameters:
aUrl: - != null Gibt ein vorhandenes System-DataObjectDescriptor-File
Throws:
java.io.FileNotFoundException
SimBaseException

main

public static void main(java.lang.String[] args)
                 throws SimBaseException
Parameters:
args -
Throws:
SimBaseException