Class Syntax

java.lang.Object
aQute.bnd.help.Syntax
All Implemented Interfaces:
Constants

public class Syntax extends Object implements Constants
  • Field Details

  • Constructor Details

  • Method Details

    • getLead

      public String getLead()
    • getExample

      public String getExample()
    • getValues

      public String getValues()
    • getPattern

      public String getPattern()
    • getChildren

      public Syntax[] getChildren()
    • getHeader

      public String getHeader()
    • getHelpUrl

      public String getHelpUrl()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getInstructions

      public static <T> T getInstructions(Processor processor, Class<T> type)
    • getInsert

      public String getInsert()
    • autoHelpUrl

      public String autoHelpUrl()
      helper to automatically construct a helpurl based on a heuristic. It might now work in all cases. We then need to set the helpUrl explicitly in Syntax class for cases where this heuristic does not work. But that way we get at least lots some more bnd manual links which makes it useful.
    • normalizeFilename

      public static String normalizeFilename(String filename)
    • isInstruction

      public static boolean isInstruction(String key)