object Registration extends Serializable with Logging
Contains JVM wide default Factories and Translators for xskipper plugins
- Alphabetic
- By Inheritance
- Registration
- Logging
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addClauseTranslator(clauseTranslatorClassName: String): Unit
Adds a ClauseTranslator by class name Used in Python module
Adds a ClauseTranslator by class name Used in Python module
- clauseTranslatorClassName
fully qualified name of ClauseTranslator to add
-
def
addClauseTranslator(clauseTranslator: ClauseTranslator): Unit
Adds the given ClauseTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the clause is the one that will be used
Adds the given ClauseTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the clause is the one that will be used
- clauseTranslator
the clause translator to add
-
def
addIndexFactory(indexFactoryClassName: String): Unit
Adds a IndexFactory by class name
Adds a IndexFactory by class name
- indexFactoryClassName
fully qualified name of the IndexFactory to add
-
def
addIndexFactory(indexFactory: IndexFactory): Unit
Adds a IndexFactory to the start of the IndexFactory-s list
Adds a IndexFactory to the start of the IndexFactory-s list
- indexFactory
the factory to add
-
def
addMetaDataTranslator(metadataTranslatorClassName: String): Unit
Adds a MetaDataTranslator by class name Used in Python module
Adds a MetaDataTranslator by class name Used in Python module
- metadataTranslatorClassName
fully qualified name of MetaDataTranslator to add
-
def
addMetaDataTranslator(metaDataTranslator: MetaDataTranslator): Unit
Adds the given MetaDataTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the metadata is the one that will be used
Adds the given MetaDataTranslator to the Seq. Addition is done at the beginning of the Seq to enable the client to override the default translation. Note that when translating the first translator which is able to translate the metadata is the one that will be used
- metaDataTranslator
the translator to add
-
def
addMetadataFilterFactory(metadataFilterFactoryClassName: String): Unit
Adds a MetadataFilterFactory by class name Used in Python module
Adds a MetadataFilterFactory by class name Used in Python module
- metadataFilterFactoryClassName
the fully qualified name of MetadataFilterFactory to be used
-
def
addMetadataFilterFactory(metadataFilterFactory: MetadataFilterFactory): Unit
Adds a MetadataFilterFactory to the end of the MetadataFilterFactory-s list
Adds a MetadataFilterFactory to the end of the MetadataFilterFactory-s list
- metadataFilterFactory
the factory to add
-
def
addOrReplaceMetadataStoreManager(metadataStoreManagerType: MetadataStoreManagerType, metadataStoreManager: MetadataStoreManager): Unit
Adds or replace a MetadataStoreManager
Adds or replace a MetadataStoreManager
- metadataStoreManagerType
the MetadataStoreManager type
- metadataStoreManager
the MetadataStoreManager associated with this type
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getActiveMetadataStoreManager(): MetadataStoreManager
gets the active MetadataStoreManager
-
def
getActiveMetadataStoreManagerType(): MetadataStoreManagerType
gets the active MetadataStoreManagerType
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getCurrentClauseTranslators(): Seq[ClauseTranslator]
get the currently registered ClauseTranslator-'s
get the currently registered ClauseTranslator-'s
- returns
the currently registered ClauseTranslator-'s
-
def
getCurrentIndexFactories(): Seq[IndexFactory]
get the currently registered IndexFactory-'s
get the currently registered IndexFactory-'s
- returns
the currently registered IndexFactory-'s
-
def
getCurrentMetaDataTranslators(): Seq[MetaDataTranslator]
get the currently registered MetaDataTranslator-'s
get the currently registered MetaDataTranslator-'s
- returns
the currently registered MetaDataTranslator-'s
-
def
getCurrentMetadataFilterFactories(): Seq[MetadataFilterFactory]
get the currently registered MetadataFilterFactory-'s
get the currently registered MetadataFilterFactory-'s
- returns
the currently registered MetadataFilterFactory-'s
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
initializeLogIfNecessary(isInterpreter: Boolean): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTraceEnabled(): Boolean
- Attributes
- protected
- Definition Classes
- Logging
-
def
log: Logger
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logDebug(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logError(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logInfo(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logName: String
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logTrace(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String, throwable: Throwable): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
def
logWarning(msg: ⇒ String): Unit
- Attributes
- protected
- Definition Classes
- Logging
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
reset(): Unit
resets all registrations to default
-
def
resetActiveMetadataStoreManagerToDefault(): Unit
Reset the active MetadataStoreManager to default
-
def
resetClauseTranslatorsToDefault(): Unit
Resets the registered ClauseTranslator's to the default.
-
def
resetIndexFactoriesToDefault(): Unit
Resets the registered IndexFactory's to the default.
-
def
resetMetadataFilterFactoriesToDefault(): Unit
Resets the registered MetadataFilterFactory's to the default.
-
def
resetMetadataTranslatorsToDefault(): Unit
Resets the registered MetaDataTranslator's to the default.
-
def
setActiveMetadataStoreManager(metadataStoreManager: String): Unit
Set the currently active the MetadataStoreManager Used in Python module
Set the currently active the MetadataStoreManager Used in Python module
- metadataStoreManager
fully qualified name of MetadataStoreType to be used
-
def
setActiveMetadataStoreManager(metadataStoreManagerType: MetadataStoreManagerType): Unit
Set the currently active MetadataStoreManager
Set the currently active MetadataStoreManager
- metadataStoreManagerType
the type of the MetaDataStoreManagerType to be set
-
def
setClauseTranslators(trasnlators: Seq[ClauseTranslator]): Unit
Sets the registered ClauseTranslator's to be exactly the elements of the given ClauseTranslator Seq.
- def setDefaultRegistrations(): Unit
-
def
setIndexFactories(factories: Seq[IndexFactory]): Unit
Sets the registered IndexFactory's to be exactly the elements of the given IndexFactory Seq.
-
def
setMetaDataTranslators(translators: Seq[MetaDataTranslator]): Unit
Sets the registered MetaDataTranslator's to be exactly the elements of the given MetaDataTranslator Seq.
-
def
setMetadataFilterFactories(factories: Seq[MetadataFilterFactory]): Unit
Sets the registered MetadataFilterFactory's to be exactly the elements of the given MetadataFilterFactory Seq.
-
def
setMetadataStoreManagers(metadataStoreManagers: Map[MetadataStoreManagerType, MetadataStoreManager]): Unit
Sets the registered MetadataStoreManager's to be exactly the elements of the given MetadataStoreManager map.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )