Class CheckCrossReferences

java.lang.Object
io.quarkus.docs.generation.CheckCrossReferences

public class CheckCrossReferences extends Object
Iterate over the documents in the source directory and check the cross references.
  • Constructor Details

    • CheckCrossReferences

      public CheckCrossReferences(Path srcDir, Path referenceIndexPath) throws com.fasterxml.jackson.core.exc.StreamReadException, com.fasterxml.jackson.databind.DatabindException, IOException
      Throws:
      com.fasterxml.jackson.core.exc.StreamReadException
      com.fasterxml.jackson.databind.DatabindException
      IOException
  • Method Details