|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.schema.io.SchemaIO
public abstract class SchemaIO
Schema I/O utilities
Field Summary | |
---|---|
static String |
ACTION_LOAD_SOURCE_SCHEMA
ID of the action to load a source schema. |
static String |
ACTION_LOAD_TARGET_SCHEMA
ID of the action to load a target schema. |
Constructor Summary | |
---|---|
SchemaIO()
|
Method Summary | |
---|---|
static SchemaReader |
createSchemaReader(org.eclipse.core.runtime.content.IContentType contentType,
String providerId)
Creates a schema reader instance |
static void |
loadMappingRelevantTypesConfig(TypeIndex types,
SchemaSpaceID spaceID,
de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
Load the configuration of mapping relevant types. |
static void |
loadMappingRelevantTypesConfig(TypeIndex types,
SchemaSpaceID spaceID,
Project project)
Load the configuration of mapping relevant types. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String ACTION_LOAD_SOURCE_SCHEMA
public static final String ACTION_LOAD_TARGET_SCHEMA
Constructor Detail |
---|
public SchemaIO()
Method Detail |
---|
public static SchemaReader createSchemaReader(org.eclipse.core.runtime.content.IContentType contentType, String providerId)
contentType
- the content type the provider must match, may be
null
if providerId is setproviderId
- the id of the provider to use, may be null
if contentType is set
null
if no matching I/O provider is foundpublic static void loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, de.fhg.igd.osgi.util.configuration.IConfigurationService configurationService)
types
- the typesspaceID
- the schema space identifierconfigurationService
- the configuration servicepublic static void loadMappingRelevantTypesConfig(TypeIndex types, SchemaSpaceID spaceID, Project project)
types
- the typesspaceID
- the schema space identifierproject
- the project holding the configuration information
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |