Interface ParserSettings

    • Method Detail

      • substitute

        java.lang.String substitute​(java.lang.String value)
      • substitute

        java.util.Map<java.lang.String,​java.lang.String> substitute​(java.util.Map<java.lang.String,​java.lang.String> strings)
      • getConflictManager

        ConflictManager getConflictManager​(java.lang.String name)
      • getMatcher

        PatternMatcher getMatcher​(java.lang.String matcherName)
      • getNamespace

        Namespace getNamespace​(java.lang.String namespace)
      • resolveFile

        java.io.File resolveFile​(java.lang.String filename)
      • getDefaultBranch

        java.lang.String getDefaultBranch​(ModuleId moduleId)
      • getContextNamespace

        Namespace getContextNamespace()
        Returns:
        the namespace context in which the current descriptor is parsed.
      • getVariable

        java.lang.String getVariable​(java.lang.String string)