Class MavenJDOMWriter.Counter

  • Enclosing class:
    MavenJDOMWriter

    public class MavenJDOMWriter.Counter
    extends java.lang.Object
    Class Counter.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int currentIndex
      Field currentIndex.
      private int level
      Field level.
    • Constructor Summary

      Constructors 
      Constructor Description
      Counter​(int depthLevel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getCurrentIndex()
      Method getCurrentIndex.
      int getDepth()
      Method getDepth.
      void increaseCount()
      Method increaseCount.
      • Methods inherited from class java.lang.Object

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

      • currentIndex

        private int currentIndex
        Field currentIndex.
      • level

        private int level
        Field level.
    • Constructor Detail

      • Counter

        public Counter​(int depthLevel)
    • Method Detail

      • getCurrentIndex

        public int getCurrentIndex()
        Method getCurrentIndex.
      • getDepth

        public int getDepth()
        Method getDepth.
      • increaseCount

        public void increaseCount()
        Method increaseCount.