Class Counter
java.lang.Object
org.apache.maven.plugins.shade.pom.Counter
Separate class for counter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
Field currentIndexprivate int
Field level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Method getCurrentIndexint
getDepth()
Method getDepthvoid
Method increaseCount
-
Field Details
-
currentIndex
private int currentIndexField currentIndex -
level
private int levelField level
-
-
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
-