|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Package | |
---|---|
org.jtheque.metrics.utils.elements | Contains the different elements of metrics results. |
org.jtheque.metrics.view.impl.nodes.lines.code | Contains the nodes for the lines of code model. |
org.jtheque.metrics.view.impl.nodes.lines.comment | Contains the nodes for the lines of comment model. |
org.jtheque.metrics.view.impl.nodes.lines.physical | Contains the nodes for the physical lines model. |
Uses of Package in org.jtheque.metrics.utils.elements |
---|
Methods in org.jtheque.metrics.utils.elements that return Package | |
---|---|
Package |
Package.getParent()
Return the parent package. |
Package |
Project.getRootPackage()
Return the root package of the project. |
Methods in org.jtheque.metrics.utils.elements that return types with arguments of type Package | |
---|---|
Iterable<Package> |
Package.getPackages()
Return all the sub-packages of the package. |
Methods in org.jtheque.metrics.utils.elements with parameters of type Package | |
---|---|
void |
Package.addPackage(Package p)
Add a package. |
void |
Project.setRootPackage(Package rootPackage)
Set the root package of the project. |
Uses of Package in org.jtheque.metrics.view.impl.nodes.lines.code |
---|
Constructors in org.jtheque.metrics.view.impl.nodes.lines.code with parameters of type Package | |
---|---|
PackageLinesOfCodeNode(Package srcPackage)
Construct a new ClassLinesOfCodeNode for a specific package. |
Uses of Package in org.jtheque.metrics.view.impl.nodes.lines.comment |
---|
Constructors in org.jtheque.metrics.view.impl.nodes.lines.comment with parameters of type Package | |
---|---|
PackageLinesOfCommentNode(Package srcPackage)
Construct a new PackageLinesOfCommentNode for a specific package. |
Uses of Package in org.jtheque.metrics.view.impl.nodes.lines.physical |
---|
Constructors in org.jtheque.metrics.view.impl.nodes.lines.physical with parameters of type Package | |
---|---|
PackagePhysicalLinesNode(Package srcPackage)
Construct a new PackagePhysicalLinesNode for a specific package. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |