public abstract class CatalogModelFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CatalogModelFactory.Default |
Constructor and Description |
---|
CatalogModelFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CatalogModel |
getCatalogModel(ModelSource modelSource)
Given a ModelSource this method will return a Locator object specific to the it.
|
static CatalogModelFactory |
getDefault() |
abstract LSResourceResolver |
getLSResourceResolver() |
public abstract CatalogModel getCatalogModel(ModelSource modelSource) throws CatalogModelException
modelSource
- a not null model source for which catalog model is requested.org.netbeans.modules.xml.xam.locator.api.CatalogModelException
CatalogModelException
public abstract LSResourceResolver getLSResourceResolver()
public static CatalogModelFactory getDefault()