Java Doc for APIInfo.java in  » Internationalization-Localization » icu4j » com » ibm » icu » dev » tool » docs » 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 » Internationalization Localization » icu4j » com.ibm.icu.dev.tool.docs 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.ibm.icu.dev.tool.docs.APIInfo

APIInfo
class APIInfo (Code)


Field Summary
final public static  intABSABS_ABSTRACT
    
final public static  intCATCAT_CLASSCAT_FIELDCAT_CONSTRUCTORCAT_METHOD
    
final public static  intCLS
    
final public static  intEXC
    
final public static  intFINFIN_FINAL
    
final public static  intNAM
    
final public static  intNUM_TYPES
    
final public static  intPAK
    
final public static  charSEP
    
final public static  intSIG
    
final public static  intSTASTA_DRAFTSTA_STABLESTA_DEPRECATEDSTA_OBSOLETESTA_INTERNAL
    
final public static  intSTKSTK_STATIC
    
final public static  intSYNSYN_SYNCHRONIZED
    
final public static  intVERSION
    
final public static  intVISVIS_PACKAGEVIS_PUBLICVIS_PROTECTEDVIS_PRIVATE
    
public  int[]masks
    
public  int[]shifts
    


Method Summary
public static  ComparatorchangedComparator()
     This compares two APIInfos by package, class/name, category, name, and then if the APIInfo does not represent a class, by signature.
public static  ComparatorclassFirstComparator()
     This compares two APIInfos by package, then sorts classes before non-classes, then by class/name, category, name, and signature.
public static  ComparatordefaultComparator()
     The default comparator for APIInfo.
public  booleanequals(Object rhs)
    
public  Stringget(int typ, boolean brief)
     Return the string value for the provided type.
public  StringgetClassName()
    
public  StringgetExceptions()
    
public  StringgetName()
    
public  StringgetPackageName()
    
public  StringgetSignature()
    
final public static  StringgetTypeValName(int typ, int val)
    
public  intgetVal(int typ)
     Return the integer value for the provided type.
public  inthashCode()
    
public  booleanisAbstract()
    
public  booleanisClass()
    
public  booleanisConstructor()
    
public  booleanisDeprecated()
    
public  booleanisDraft()
    
public  booleanisField()
    
public  booleanisFinal()
    
public  booleanisInternal()
    
public  booleanisMethod()
    
public  booleanisObsolete()
    
public  booleanisPackage()
    
public  booleanisPrivate()
    
public  booleanisProtected()
    
public  booleanisPublic()
    
public  booleanisStable()
    
public  booleanisStatic()
    
public  booleanisSynchronized()
    
public  voidprint(PrintWriter pw, boolean detail, boolean html)
     Write the data in report format.
public  voidprintln(PrintWriter pw, boolean detail, boolean html)
    
public  booleanread(BufferedReader r)
     Read a record from the input and initialize this APIInfo.
public static  StringreadToken(BufferedReader r)
     Read one token from input, which should have been written by APIInfo.
public  voidsetAbstract()
    
public  voidsetClass()
    
public  voidsetClassName(String val)
    
public  voidsetConstructor()
    
public  voidsetDeprecated()
    
public  voidsetDraft()
    
public  voidsetExceptions(String val)
    
public  voidsetField()
    
public  voidsetFinal()
    
public  voidsetInternal()
    
public  voidsetMethod()
    
public  voidsetName(String val)
    
public  voidsetObsolete()
    
public  voidsetPackage()
    
public  voidsetPackage(String val)
    
public  voidsetPrivate()
    
public  voidsetProtected()
    
public  voidsetPublic()
    
public  voidsetSignature(String val)
    
public  voidsetStable()
    
public  voidsetStatic()
    
public  voidsetSynchronized()
    
public  voidsetType(int typ, int val)
     Set the numeric value for the type.
public  StringtoString()
    
public  voidwriteln(BufferedWriter w)
     Write the information out as a single line in brief format.

Field Detail
ABSABS_ABSTRACT
final public static int ABSABS_ABSTRACT(Code)



CATCAT_CLASSCAT_FIELDCAT_CONSTRUCTORCAT_METHOD
final public static int CATCAT_CLASSCAT_FIELDCAT_CONSTRUCTORCAT_METHOD(Code)



CLS
final public static int CLS(Code)



EXC
final public static int EXC(Code)



FINFIN_FINAL
final public static int FINFIN_FINAL(Code)



NAM
final public static int NAM(Code)



NUM_TYPES
final public static int NUM_TYPES(Code)



PAK
final public static int PAK(Code)



SEP
final public static char SEP(Code)



SIG
final public static int SIG(Code)



STASTA_DRAFTSTA_STABLESTA_DEPRECATEDSTA_OBSOLETESTA_INTERNAL
final public static int STASTA_DRAFTSTA_STABLESTA_DEPRECATEDSTA_OBSOLETESTA_INTERNAL(Code)



STKSTK_STATIC
final public static int STKSTK_STATIC(Code)



SYNSYN_SYNCHRONIZED
final public static int SYNSYN_SYNCHRONIZED(Code)



VERSION
final public static int VERSION(Code)



VISVIS_PACKAGEVIS_PUBLICVIS_PROTECTEDVIS_PRIVATE
final public static int VISVIS_PACKAGEVIS_PUBLICVIS_PROTECTEDVIS_PRIVATE(Code)



masks
public int[] masks(Code)



shifts
public int[] shifts(Code)





Method Detail
changedComparator
public static Comparator changedComparator()(Code)
This compares two APIInfos by package, class/name, category, name, and then if the APIInfo does not represent a class, by signature. The difference between this and the default comparator is that APIInfos representing classes are considered equal regardless of their signatures (which represent inheritance for classes).



classFirstComparator
public static Comparator classFirstComparator()(Code)
This compares two APIInfos by package, then sorts classes before non-classes, then by class/name, category, name, and signature.



defaultComparator
public static Comparator defaultComparator()(Code)
The default comparator for APIInfo. This compares packages, class/name (as the info represents a class or other object), category, name, and signature.



equals
public boolean equals(Object rhs)(Code)



get
public String get(int typ, boolean brief)(Code)
Return the string value for the provided type. The type must be one of the defined type names. The return value will be one of corresponding values for that type. Brief should be true for writing data files, false for presenting information to the user.



getClassName
public String getClassName()(Code)



getExceptions
public String getExceptions()(Code)



getName
public String getName()(Code)



getPackageName
public String getPackageName()(Code)



getSignature
public String getSignature()(Code)



getTypeValName
final public static String getTypeValName(int typ, int val)(Code)



getVal
public int getVal(int typ)(Code)
Return the integer value for the provided type. The type must be one of the defined type names. The return value will be one of corresponding values for that type.



hashCode
public int hashCode()(Code)



isAbstract
public boolean isAbstract()(Code)



isClass
public boolean isClass()(Code)



isConstructor
public boolean isConstructor()(Code)



isDeprecated
public boolean isDeprecated()(Code)



isDraft
public boolean isDraft()(Code)



isField
public boolean isField()(Code)



isFinal
public boolean isFinal()(Code)



isInternal
public boolean isInternal()(Code)



isMethod
public boolean isMethod()(Code)



isObsolete
public boolean isObsolete()(Code)



isPackage
public boolean isPackage()(Code)



isPrivate
public boolean isPrivate()(Code)



isProtected
public boolean isProtected()(Code)



isPublic
public boolean isPublic()(Code)



isStable
public boolean isStable()(Code)



isStatic
public boolean isStatic()(Code)



isSynchronized
public boolean isSynchronized()(Code)



print
public void print(PrintWriter pw, boolean detail, boolean html)(Code)
Write the data in report format.



println
public void println(PrintWriter pw, boolean detail, boolean html)(Code)



read
public boolean read(BufferedReader r)(Code)
Read a record from the input and initialize this APIInfo. Return true if successfule, false if EOF, otherwise throw a RuntimeException.



readToken
public static String readToken(BufferedReader r) throws IOException(Code)
Read one token from input, which should have been written by APIInfo. Throws IOException if EOF is encountered before the token is complete (i.e. before the separator character is encountered) or if the token exceeds the maximum length of 255 chars.



setAbstract
public void setAbstract()(Code)



setClass
public void setClass()(Code)



setClassName
public void setClassName(String val)(Code)



setConstructor
public void setConstructor()(Code)



setDeprecated
public void setDeprecated()(Code)



setDraft
public void setDraft()(Code)



setExceptions
public void setExceptions(String val)(Code)



setField
public void setField()(Code)



setFinal
public void setFinal()(Code)



setInternal
public void setInternal()(Code)



setMethod
public void setMethod()(Code)



setName
public void setName(String val)(Code)



setObsolete
public void setObsolete()(Code)



setPackage
public void setPackage()(Code)



setPackage
public void setPackage(String val)(Code)



setPrivate
public void setPrivate()(Code)



setProtected
public void setProtected()(Code)



setPublic
public void setPublic()(Code)



setSignature
public void setSignature(String val)(Code)



setStable
public void setStable()(Code)



setStatic
public void setStatic()(Code)



setSynchronized
public void setSynchronized()(Code)



setType
public void setType(int typ, int val)(Code)
Set the numeric value for the type. The value should be a value corresponding to the type. Only the lower two bits of the value are used.



toString
public String toString()(Code)



writeln
public void writeln(BufferedWriter w)(Code)
Write the information out as a single line in brief format. If there are IO errors, throws a RuntimeException.



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.