Log4j 1.1

pl.psnc.expres.model.factory
Class CcfFactory

java.lang.Object
  extended by pl.psnc.expres.model.factory.CcfFactory

public class CcfFactory
extends java.lang.Object

The CcfFactory class - used to create a CCF model from text representation.

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
CcfFactory()
           
 
Method Summary
static CCFValue getCcfModel(java.io.InputStream inStream)
          Creates a CCF model from the given ccf file.
static CCFValue getCcfModel(java.lang.String ccfContent)
          Creates a CCF model from the given ccf file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CcfFactory

public CcfFactory()
Method Detail

getCcfModel

public static CCFValue getCcfModel(java.lang.String ccfContent)
                            throws pl.psnc.vlab.exception.ResourceNotFoundException
Creates a CCF model from the given ccf file.

Parameters:
ccfContent - ccf file
Returns:
instance of CCFValue
Throws:
pl.psnc.vlab.exception.ResourceNotFoundException - thrown when model creation fails

getCcfModel

public static CCFValue getCcfModel(java.io.InputStream inStream)
                            throws pl.psnc.vlab.exception.ResourceNotFoundException
Creates a CCF model from the given ccf file.

Parameters:
ccfContent - ccf file
Returns:
instance of CCFValue
Throws:
pl.psnc.vlab.exception.ResourceNotFoundException - thrown when model creation fails

Log4j 1.1

Copyright 2007-2008 by VLAB