Class BaselinePlugin.Context

  • Enclosing class:
    BaselinePlugin

    private static final class BaselinePlugin.Context
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.FileWriter writer  
      org.codehaus.plexus.util.xml.XMLWriter xmlWriter  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Context()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • writer

        public java.io.FileWriter writer
      • xmlWriter

        public org.codehaus.plexus.util.xml.XMLWriter xmlWriter
    • Constructor Detail

      • Context

        private Context()