Methods in biz.c24.io.api that return Factory |
static Factory |
Factory.newInstance(File file)
Creates a new instance of the factory from the specified project url using the default classloader. |
static Factory |
Factory.newInstance(File file,
ClassLoader loader)
Creates a new instance of the factory from the specified project file
using the specified classloader. |
static Factory |
Factory.newInstance(URI uri)
Creates a new instance of the factory from the specified project file based uri. |
static Factory |
Factory.newInstance(URI uri,
ClassLoader loader)
Creates a new instance of the factory from the specified project file based uri
using the specified classloader. |