Java Doc for Version.java in  » EJB-Server-JBoss-4.2.1 » system » org » jboss » 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 » EJB Server JBoss 4.2.1 » system » org.jboss 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jboss.Version

Version
final public class Version (Code)
Provides access to JBoss version (and build) properties.
author:
   Jason Dillon
author:
   Scott.Stark@jboss.org
author:
   Dimitris Andreadis
version:
   $Revision: 59329 $


Field Summary
final public static  StringBUILD_DATE
    
final public static  StringBUILD_ID
    
final public static  StringBUILD_JVM_VENDOR
    
final public static  StringBUILD_JVM_VERSION
    
final public static  StringBUILD_NUMBER
    
final public static  StringBUILD_OS
    
final public static  StringBUILD_OS_ARCH
    
final public static  StringBUILD_OS_VERSION
    
final public static  StringVERSION_CVSTAG
    
final public static  StringVERSION_MAJOR
    
final public static  StringVERSION_MINOR
    
final public static  StringVERSION_NAME
    
final public static  StringVERSION_REVISION
    
final public static  StringVERSION_TAG
    


Method Summary
public  StringgetBuildDate()
     Returns the build date for this version.
public  StringgetBuildID()
     Returns the build identifier for this version.
public  StringgetBuildJVM()
    
public  StringgetBuildNumber()
     Returns the build number for this version.
public  StringgetBuildOS()
    
public  StringgetCvsTag()
     Returns the CVS tag of the version.
public static  VersiongetInstance()
     Get the single Version instance.
public  intgetMajor()
     Returns the major number of the version.
public  intgetMinor()
     Returns the minor number of the version.
public  StringgetName()
     Returns the name number of the version.
public  MapgetProperties()
     Returns an unmodifiable map of version properties.
public  StringgetProperty(String name)
     Returns the value for the given property name.
Parameters:
  name - - The name of the property.
public  intgetRevision()
     Returns the revision number of the version.
public  StringgetTag()
     Returns the tag of the version.
public  StringgetVersionNumber()
     Returns the full version number, e.g.
public  StringtoString()
     Returns the version information as a string.

Field Detail
BUILD_DATE
final public static String BUILD_DATE(Code)



BUILD_ID
final public static String BUILD_ID(Code)



BUILD_JVM_VENDOR
final public static String BUILD_JVM_VENDOR(Code)



BUILD_JVM_VERSION
final public static String BUILD_JVM_VERSION(Code)



BUILD_NUMBER
final public static String BUILD_NUMBER(Code)



BUILD_OS
final public static String BUILD_OS(Code)



BUILD_OS_ARCH
final public static String BUILD_OS_ARCH(Code)



BUILD_OS_VERSION
final public static String BUILD_OS_VERSION(Code)



VERSION_CVSTAG
final public static String VERSION_CVSTAG(Code)



VERSION_MAJOR
final public static String VERSION_MAJOR(Code)



VERSION_MINOR
final public static String VERSION_MINOR(Code)



VERSION_NAME
final public static String VERSION_NAME(Code)



VERSION_REVISION
final public static String VERSION_REVISION(Code)



VERSION_TAG
final public static String VERSION_TAG(Code)





Method Detail
getBuildDate
public String getBuildDate()(Code)
Returns the build date for this version. The build date for this version.



getBuildID
public String getBuildID()(Code)
Returns the build identifier for this version. The build identifier for this version.



getBuildJVM
public String getBuildJVM()(Code)
Returns the BUILD_JVM_VERSION (BUILD_JVM_VENDOR) which should look like: 1.4.2_05-b04 (Sun Microsystems Inc.)



getBuildNumber
public String getBuildNumber()(Code)
Returns the build number for this version. The build number for this version.



getBuildOS
public String getBuildOS()(Code)
Returns the BUILD_OS (BUILD_OS_ARCH,BUILD_OS_VERSION) which should look like: Windows XP (x86,5.1) Linux (i386,2.4.21-4.ELsmp)



getCvsTag
public String getCvsTag()(Code)
Returns the CVS tag of the version. The CVS tag of the version.



getInstance
public static Version getInstance()(Code)
Get the single Version instance. The single Version instance.



getMajor
public int getMajor()(Code)
Returns the major number of the version. The major number of the version.



getMinor
public int getMinor()(Code)
Returns the minor number of the version. The minor number of the version.



getName
public String getName()(Code)
Returns the name number of the version. The name of the version.



getProperties
public Map getProperties()(Code)
Returns an unmodifiable map of version properties. An unmodifiable map of version properties.



getProperty
public String getProperty(String name)(Code)
Returns the value for the given property name.
Parameters:
  name - - The name of the property. The property value or null if the property is not set.



getRevision
public int getRevision()(Code)
Returns the revision number of the version. The revision number of the version.



getTag
public String getTag()(Code)
Returns the tag of the version. The tag of the version.



getVersionNumber
public String getVersionNumber()(Code)
Returns the full version number, e.g. 5.0.0.GA The full version number as string



toString
public String toString()(Code)
Returns the version information as a string. Basic information as a string.



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.