org.netbeans.modules.xml.xam.locator
Class CatalogModelFactory.Default
java.lang.Object
org.netbeans.modules.xml.xam.locator.CatalogModelFactory
org.netbeans.modules.xml.xam.locator.CatalogModelFactory.Default
- Enclosing class:
- CatalogModelFactory
public static class CatalogModelFactory.Default
- extends CatalogModelFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CatalogModelFactory.Default
public CatalogModelFactory.Default()
getCatalogModel
public CatalogModel getCatalogModel(ModelSource modelSource)
throws CatalogModelException
- Description copied from class:
CatalogModelFactory
- Given a ModelSource this method will return a Locator object specific to the it.
If there are initialization errors, CatalogModelException will be thrown.
- Specified by:
getCatalogModel in class CatalogModelFactory
- Parameters:
modelSource - a not null model source for which catalog model is requested.
- Throws:
CatalogModelException
getLSResourceResolver
public LSResourceResolver getLSResourceResolver()
- Specified by:
getLSResourceResolver in class CatalogModelFactory