|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.model.factory.CcfFactory
public class CcfFactory
The CcfFactory
class - used to create a CCF model from text
representation.
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 |
---|
public CcfFactory()
Method Detail |
---|
public static CCFValue getCcfModel(java.lang.String ccfContent) throws pl.psnc.vlab.exception.ResourceNotFoundException
ccfContent
- ccf file
CCFValue
pl.psnc.vlab.exception.ResourceNotFoundException
- thrown when model creation failspublic static CCFValue getCcfModel(java.io.InputStream inStream) throws pl.psnc.vlab.exception.ResourceNotFoundException
ccfContent
- ccf file
CCFValue
pl.psnc.vlab.exception.ResourceNotFoundException
- thrown when model creation fails
|
Log4j 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |