com.im.ijc.core.api.util
Class SchemaProviders
java.lang.Object
com.im.ijc.core.api.util.SchemaProviders
public abstract class SchemaProviders
- extends Object
Class for getting available schemas from all opened projects
Default implementation is available through default lookup.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaProviders
public SchemaProviders()
getSchemaProviders
public static SchemaProviders getSchemaProviders()
- Returns:
- The instance of SchemaProviders available via default lookup.
getSchemaProviders
public abstract List<SchemaProviderCookie> getSchemaProviders(boolean closedSchema)
- Get all available schemas.
- Parameters:
closedSchema - Get also unitialized schema.
- Returns:
- List of schema providers.