public class XmpConfigFactory extends Object
Constructor and Description |
---|
XmpConfigFactory(Reader rdr)
Constructor for XmpConfigFactory.
|
XmpConfigFactory(String configFile)
Constructor for XmpConfigFactory.
|
Modifier and Type | Method and Description |
---|---|
static XmpConfigFactory |
getInstance()
Getter for the field
instance . |
XmpConfig |
getXmpConfig()
getXmpConfig
|
static void |
init()
init
|
public XmpConfigFactory(String configFile) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException, IOException
Constructor for XmpConfigFactory.
configFile
- a String
object.org.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.IOException
- if any.public XmpConfigFactory(Reader rdr) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException, IOException
Constructor for XmpConfigFactory.
rdr
- a Reader
object.org.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.IOException
- if any.public static void init() throws IOException, FileNotFoundException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
init
IOException
- if any.FileNotFoundException
- if any.org.exolab.castor.xml.MarshalException
- if any.org.exolab.castor.xml.ValidationException
- if any.public static XmpConfigFactory getInstance()
Getter for the field instance
.
XmpConfigFactory
object.Copyright © 2017. All rights reserved.