| Package | Description |
|---|---|
| org.unidal.maven.plugin.source.lines | |
| org.unidal.maven.plugin.source.lines.entity | |
| org.unidal.maven.plugin.source.lines.transform |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitCount(CountModel count) |
| Modifier and Type | Method and Description |
|---|---|
CountModel |
ClassModel.getCount() |
CountModel |
RootModel.getCount() |
CountModel |
ProjectModel.getCount() |
CountModel |
CountModel.incComment() |
CountModel |
CountModel.incComment(int comment) |
CountModel |
CountModel.incEmpty() |
CountModel |
CountModel.incEmpty(int empty) |
CountModel |
CountModel.incFiles() |
CountModel |
CountModel.incFiles(int files) |
CountModel |
CountModel.incGeneratedFiles() |
CountModel |
CountModel.incGeneratedFiles(int generatedFiles) |
CountModel |
CountModel.incLines() |
CountModel |
CountModel.incLines(int lines) |
CountModel |
CountModel.incTestFiles() |
CountModel |
CountModel.incTestFiles(int testFiles) |
CountModel |
CountModel.setComment(int comment) |
CountModel |
CountModel.setEmpty(int empty) |
CountModel |
CountModel.setFiles(int files) |
CountModel |
CountModel.setGeneratedFiles(int generatedFiles) |
CountModel |
CountModel.setLines(int lines) |
CountModel |
CountModel.setTestFiles(int testFiles) |
| Modifier and Type | Method and Description |
|---|---|
void |
CountModel.add(CountModel count)
Code Snippet Start
|
void |
CountModel.mergeAttributes(CountModel other) |
ClassModel |
ClassModel.setCount(CountModel count) |
RootModel |
RootModel.setCount(CountModel count) |
ProjectModel |
ProjectModel.setCount(CountModel count) |
| Modifier and Type | Method and Description |
|---|---|
CountModel |
DefaultXmlMaker.buildCount(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultLinker.onCount(ClassModel parent,
CountModel count) |
boolean |
DefaultLinker.onCount(ProjectModel parent,
CountModel count) |
boolean |
DefaultLinker.onCount(RootModel parent,
CountModel count) |
void |
DefaultXmlBuilder.visitCount(CountModel count) |
void |
BaseVisitor.visitCount(CountModel count) |
Copyright © 2022 Unidal Organization. All rights reserved.