Class Counter
java.lang.Object
org.apache.maven.plugins.shade.pom.Counter
Separate class for counter.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Method getCurrentIndexint
getDepth()
Method getDepthvoid
Method increaseCount
-
Constructor Details
-
Counter
public Counter(int depthLevel)
-
-
Method Details
-
getCurrentIndex
public int getCurrentIndex()Method getCurrentIndex -
getDepth
public int getDepth()Method getDepth- Returns:
level
-
increaseCount
public void increaseCount()Method increaseCount
-