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
|
static void |
setInstance(XmpConfigFactory instance) |
public XmpConfigFactory(String configFile) throws IOException
Constructor for XmpConfigFactory.
configFile
- a String
object.IOException
- if any.public XmpConfigFactory(Reader rdr) throws IOException
Constructor for XmpConfigFactory.
rdr
- a Reader
object.IOException
- if any.public static void init() throws IOException, FileNotFoundException
init
IOException
- if any.FileNotFoundException
- if any.public static XmpConfigFactory getInstance()
Getter for the field instance
.
XmpConfigFactory
object.public static void setInstance(XmpConfigFactory instance)
Copyright © 2021. All rights reserved.