de.opsdesign.yax
Class YaxFactory

java.lang.Object
  extended by de.opsdesign.yax.YaxFactory
All Implemented Interfaces:
ArgsHandler

public class YaxFactory
extends java.lang.Object
implements ArgsHandler


Field Summary
 
Fields inherited from interface de.opsdesign.yax.ArgsHandler
IN_LIST, NO_OUPUTFILE, OUT_DIR, OUT_PATTERN
 
Method Summary
 Configuration getConfiguration()
           
static java.io.File getYaxConfigurationDirectory()
           
static java.io.File getYaxHome()
           
static java.lang.String getYaxVersion()
           
static YaxFactory newInstance(java.lang.Object server, int runMode, java.lang.String[] args)
           
 IOHandler newIOHandler()
           
 PipelineHandler newPipelineHandler()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static YaxFactory newInstance(java.lang.Object server,
                                     int runMode,
                                     java.lang.String[] args)
                              throws YaxFactoryConfigurationException
Throws:
YaxFactoryConfigurationException

getYaxHome

public static java.io.File getYaxHome()

getYaxVersion

public static java.lang.String getYaxVersion()

getYaxConfigurationDirectory

public static java.io.File getYaxConfigurationDirectory()

getConfiguration

public Configuration getConfiguration()

newPipelineHandler

public PipelineHandler newPipelineHandler()
                                   throws YaxFactoryConfigurationException
Throws:
YaxFactoryConfigurationException

newIOHandler

public IOHandler newIOHandler()
                       throws YaxFactoryConfigurationException
Throws:
YaxFactoryConfigurationException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.