Class NormalizedAddress

    • Field Detail

      • NORMALIZED_ADDRESS_ATTRIBUTE

        public static final java.lang.String NORMALIZED_ADDRESS_ATTRIBUTE
        See Also:
        Constant Field Values
    • Constructor Detail

      • NormalizedAddress

        public NormalizedAddress()
    • Method Detail

      • isIndexNormalized

        public static boolean isIndexNormalized()
      • getCodemapStageDependencies

        public java.lang.String[] getCodemapStageDependencies()
        Description copied from class: PrioritizedCodemapStage
        Returns a set of prioritized codemap stage identifier strings that should perform indexing before this prioritized codemap stage Note: this should represent a conservative set of the worst case dependencies. That is, if it is possible that under some configuration of the toolbox that the toolbox could depend on a prioritized codemap stage, then it should be listed here. Note: mutual dependencies are not supported!
        Specified by:
        getCodemapStageDependencies in class PrioritizedCodemapStage
        Returns:
      • performIndexing

        public boolean performIndexing​(org.eclipse.core.runtime.IProgressMonitor monitor)
        Description copied from class: PrioritizedCodemapStage
        The codemap stage indexing task to be performed.
        Specified by:
        performIndexing in class PrioritizedCodemapStage
        Returns:
        Returns true if the codemap stage was actually run.