Class MavenJDOMWriter.Counter

java.lang.Object
org.apache.maven.archetype.common.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
    Field currentIndex.
    private int
    Field level.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Counter(int depthLevel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Method getCurrentIndex.
    int
    Method getDepth.
    void
    Method increaseCount.

    Methods inherited from class java.lang.Object

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

    • currentIndex

      private int currentIndex
      Field currentIndex.
    • level

      private int level
      Field level.
  • Constructor Details

    • Counter

      public Counter(int depthLevel)
  • Method Details

    • getCurrentIndex

      public int getCurrentIndex()
      Method getCurrentIndex.
    • getDepth

      public int getDepth()
      Method getDepth.
    • increaseCount

      public void increaseCount()
      Method increaseCount.