Java Doc for JDepend.java in  » Development » jdepend-2.9 » jdepend » textui » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Development » jdepend 2.9 » jdepend.textui 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   jdepend.textui.JDepend

All known Subclasses:   jdepend.xmlui.JDepend,
JDepend
public class JDepend (Code)
The JDepend class analyzes directories of Java class files, generates metrics for each Java package, and reports the metrics in a textual format.
author:
   Mike Clark
author:
   Clarkware Consulting, Inc.


Field Summary
protected  NumberFormatformatter
    

Constructor Summary
public  JDepend()
     Constructs a JDepend instance using standard output.
public  JDepend(PrintWriter writer)
     Constructs a JDepend instance with the specified writer.

Method Summary
public  voidaddDirectory(String name)
     Adds the specified directory name to the collection of directories to be analyzed.
public  voidanalyze()
     Analyzes the registered directories, generates metrics for each Java package, and reports the metrics.
public  voidanalyzeInnerClasses(boolean b)
     Determines whether inner classes are analyzed.
protected  PrintWritergetWriter()
    
protected  voidinstanceMain(String[] args)
    
public static  voidmain(String args)
    
protected  voidprintAbstractClasses(JavaPackage jPackage)
    
protected  voidprintAbstractClassesFooter()
    
protected  voidprintAbstractClassesHeader()
    
protected  voidprintAfferents(JavaPackage jPackage)
    
protected  voidprintAfferentsError()
    
protected  voidprintAfferentsFooter()
    
protected  voidprintAfferentsHeader()
    
protected  voidprintClassName(JavaClass jClass)
    
protected  voidprintConcreteClasses(JavaPackage jPackage)
    
protected  voidprintConcreteClassesFooter()
    
protected  voidprintConcreteClassesHeader()
    
protected  voidprintCycle(JavaPackage jPackage)
    
protected  voidprintCycleContributor(JavaPackage jPackage)
    
protected  voidprintCycleFooter()
    
protected  voidprintCycleHeader(JavaPackage jPackage)
    
protected  voidprintCycleTarget(JavaPackage jPackage)
    
protected  voidprintCycles(Collection packages)
    
protected  voidprintCyclesFooter()
    
protected  voidprintCyclesHeader()
    
protected  voidprintEfferents(JavaPackage jPackage)
    
protected  voidprintEfferentsError()
    
protected  voidprintEfferentsFooter()
    
protected  voidprintEfferentsHeader()
    
protected  voidprintFooter()
    
protected  voidprintHeader()
    
protected  voidprintNoStats()
    
protected  voidprintPackage(JavaPackage jPackage)
    
protected  voidprintPackageFooter(JavaPackage jPackage)
    
protected  voidprintPackageHeader(JavaPackage jPackage)
    
protected  voidprintPackageName(JavaPackage jPackage)
    
protected  voidprintPackages(Collection packages)
    
protected  voidprintPackagesFooter()
    
protected  voidprintPackagesHeader()
    
protected  voidprintSectionBreak()
    
protected  voidprintStatistics(JavaPackage jPackage)
    
protected  voidprintSummary(Collection packages)
    
public  voidsetComponents(String components)
     Sets the comma-separated list of components.
public  voidsetFilter(PackageFilter filter)
     Sets the package filter.
public  voidsetWriter(PrintWriter writer)
     Sets the output writer.
protected  Stringtab()
    
protected  Stringtab(int n)
    
protected  StringtoFormattedString(float f)
    
protected  voidusage(String message)
    

Field Detail
formatter
protected NumberFormat formatter(Code)




Constructor Detail
JDepend
public JDepend()(Code)
Constructs a JDepend instance using standard output.



JDepend
public JDepend(PrintWriter writer)(Code)
Constructs a JDepend instance with the specified writer.
Parameters:
  writer - Writer.




Method Detail
addDirectory
public void addDirectory(String name) throws IOException(Code)
Adds the specified directory name to the collection of directories to be analyzed.
Parameters:
  name - Directory name.
throws:
  IOException - If the directory does not exist.



analyze
public void analyze()(Code)
Analyzes the registered directories, generates metrics for each Java package, and reports the metrics.



analyzeInnerClasses
public void analyzeInnerClasses(boolean b)(Code)
Determines whether inner classes are analyzed.
Parameters:
  b - true to analyze inner classes; falseotherwise.



getWriter
protected PrintWriter getWriter()(Code)



instanceMain
protected void instanceMain(String[] args)(Code)



main
public static void main(String args)(Code)



printAbstractClasses
protected void printAbstractClasses(JavaPackage jPackage)(Code)



printAbstractClassesFooter
protected void printAbstractClassesFooter()(Code)



printAbstractClassesHeader
protected void printAbstractClassesHeader()(Code)



printAfferents
protected void printAfferents(JavaPackage jPackage)(Code)



printAfferentsError
protected void printAfferentsError()(Code)



printAfferentsFooter
protected void printAfferentsFooter()(Code)



printAfferentsHeader
protected void printAfferentsHeader()(Code)



printClassName
protected void printClassName(JavaClass jClass)(Code)



printConcreteClasses
protected void printConcreteClasses(JavaPackage jPackage)(Code)



printConcreteClassesFooter
protected void printConcreteClassesFooter()(Code)



printConcreteClassesHeader
protected void printConcreteClassesHeader()(Code)



printCycle
protected void printCycle(JavaPackage jPackage)(Code)



printCycleContributor
protected void printCycleContributor(JavaPackage jPackage)(Code)



printCycleFooter
protected void printCycleFooter()(Code)



printCycleHeader
protected void printCycleHeader(JavaPackage jPackage)(Code)



printCycleTarget
protected void printCycleTarget(JavaPackage jPackage)(Code)



printCycles
protected void printCycles(Collection packages)(Code)



printCyclesFooter
protected void printCyclesFooter()(Code)



printCyclesHeader
protected void printCyclesHeader()(Code)



printEfferents
protected void printEfferents(JavaPackage jPackage)(Code)



printEfferentsError
protected void printEfferentsError()(Code)



printEfferentsFooter
protected void printEfferentsFooter()(Code)



printEfferentsHeader
protected void printEfferentsHeader()(Code)



printFooter
protected void printFooter()(Code)



printHeader
protected void printHeader()(Code)



printNoStats
protected void printNoStats()(Code)



printPackage
protected void printPackage(JavaPackage jPackage)(Code)



printPackageFooter
protected void printPackageFooter(JavaPackage jPackage)(Code)



printPackageHeader
protected void printPackageHeader(JavaPackage jPackage)(Code)



printPackageName
protected void printPackageName(JavaPackage jPackage)(Code)



printPackages
protected void printPackages(Collection packages)(Code)



printPackagesFooter
protected void printPackagesFooter()(Code)



printPackagesHeader
protected void printPackagesHeader()(Code)



printSectionBreak
protected void printSectionBreak()(Code)



printStatistics
protected void printStatistics(JavaPackage jPackage)(Code)



printSummary
protected void printSummary(Collection packages)(Code)



setComponents
public void setComponents(String components)(Code)
Sets the comma-separated list of components.



setFilter
public void setFilter(PackageFilter filter)(Code)
Sets the package filter.
Parameters:
  filter - Package filter.



setWriter
public void setWriter(PrintWriter writer)(Code)
Sets the output writer.
Parameters:
  writer - Output writer.



tab
protected String tab()(Code)



tab
protected String tab(int n)(Code)



toFormattedString
protected String toFormattedString(float f)(Code)



usage
protected void usage(String message)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.