Class Counter
- java.lang.Object
-
- org.apache.maven.plugins.shade.pom.Counter
-
public class Counter extends java.lang.Object
Separate class for counter.
-
-
Constructor Summary
Constructors Constructor Description Counter(int depthLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentIndex()
Method getCurrentIndexint
getDepth()
Method getDepthvoid
increaseCount()
Method increaseCount
-
-
-
Method Detail
-
getCurrentIndex
public int getCurrentIndex()
Method getCurrentIndex
-
getDepth
public int getDepth()
Method getDepth- Returns:
level
-
increaseCount
public void increaseCount()
Method increaseCount
-
-