Class VsSolutionSection


  • public class VsSolutionSection
    extends Object
    A Section used in a solution
    • Field Detail

      • firstLine

        public int firstLine
      • tagIndent

        public String tagIndent
      • contentIndent

        public String contentIndent
    • Constructor Detail

      • VsSolutionSection

        public VsSolutionSection​(int firstLine,
                                 String tagIndent,
                                 String tag,
                                 String label,
                                 String when)
    • Method Detail

      • stringify

        public void stringify​(List<String> output)