Difference between revisions of "Commons Lang"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
m (new release, v. 3-3.2)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Java
 
 
|Name=Commons lang
 
|Name=Commons lang
|Submitted date=2013-03-20
 
 
|Short description=Commons Lang - an extension of the java.lang package
 
|Short description=Commons Lang - an extension of the java.lang package
|VCS checkout command=
+
|Full description=The Apache Commons Lang software library provides a host of helper utilities for the ''java.lang'' API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to ''java.util.Date'' and a series of utilities dedicated to help with building methods, such as ''hashCode'', ''toString'' and ''equals''. Current support includes:
|Full description=The Lang Component contains a set of Java classes that provide
 
helper methods for standard Java classes, especially those found
 
in the java.lang package in the Sun JDK. The following classes
 
are included:
 
  
* StringUtils - Helper for java.lang.String. * CharSetUtils -
+
* StringUtils - Helper for java.lang.String.  
Methods for dealing with CharSets, which are sets of
+
* CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].   
characters such as [a-z] and [abcdez].  * RandomStringUtils -
+
* RandomStringUtils - Helper for creating randomised Strings.   
Helper for creating randomised Strings.  * NumberUtils - Helper
+
* NumberUtils - Helper for java.lang.Number and its subclasses.   
for java.lang.Number and its subclasses.  * NumberRange - A range
+
* NumberRange - A range of numbers with an upper and lower bound.   
of numbers with an upper and lower bound.  * ObjectUtils - Helper
+
* ObjectUtils - Helper for java.lang.Object.   
for java.lang.Object.  * SerializationUtils - Helper for
+
* SerializationUtils - Helper for serializing Objects.   
serializing Objects.  * SystemUtils - Utility class defining the
+
* SystemUtils - Utility class defining the Java system properties.   
Java system properties.  * NestedException package - A sub-
+
* NestedException package - A sub-package for the creation of nested exceptions.   
package for the creation of nested   exceptions.  * Enum package
+
* Enum package - A sub-package for the creation of enumerated types.   
- A sub-package for the creation of enumerated types.  * Builder
+
* Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods.
package - A sub-package for the creation of equals, hashCode,
 
compareTo and toString methods.
 
|Component programs=
 
 
|Homepage URL=http://commons.apache.org/lang/
 
|Homepage URL=http://commons.apache.org/lang/
 +
|VCS checkout command=svn checkout http://svn.apache.org/repos/asf/commons/proper/lang/trunk commons-lang3
 +
|Computer languages=Java
 +
|Version identifier=3-3.2
 +
|Version date=2014/01/01
 +
|Version download=https://archive.apache.org/dist/commons/lang/source/commons-lang3-3.2-src.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2014/01/05
 +
|Submitted by=Debian import
 +
|Submitted date=2013-03-20
 +
|Status=
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libcommons-lang3-java
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Apache2.0
|License verified by=Debian
 
 
|License copyright=© Copyright 2001-2011 The Apache Software Foundation
 
|License copyright=© Copyright 2001-2011 The Apache Software Foundation
 +
|License verified by=genium
 +
|License verified date=2014/01/05
 +
|License note=This package includes software developed at The Apache Software Foundation (http://www.apache.org/).
  
|License=Other
+
This package includes software from the Spring Framework, under the Apache License 2.0 (see: StringUtils.containsWhitespace())
|License note=License: Apache-2.0
+
}}
 
+
{{Person
On Debian GNU/Linux system you can find the complete text of the
+
|Real name=Daniel Rall
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
+
|Role=Developer
 +
|Email=dlr@finemaltcoding.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Stephen Colebourne
 +
|Role=Developer
 +
|Email=scolebourne@joda.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Henri Yandell
 +
|Role=Developer
 +
|Email=bayard@apache.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Steven Caswell
 +
|Role=Developer
 +
|Email=stevencaswell@apache.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Robert Burrell Donkin
 +
|Role=Developer
 +
|Email=rdonkin@apache.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Gary D. Gregory
 +
|Role=Developer
 +
|Email=ggregory@apache.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Fredrik Westermarck
 +
|Role=Developer
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=James Carman
 +
|Role=Developer
 +
|Email=jcarman@apache.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Niall Pemberton
 +
|Role=Developer
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Matt Benson
 +
|Role=Developer
 +
|Resource URL=
 
}}
 
}}
{{Project license
+
{{Person
|License verified date=2013-03-20
+
|Real name=Joerg Schaible
|License verified by=Debian
+
|Role=Developer
|License copyright=© 2011, Damien Raude-Morvan <drazzib@debian.org>
+
|Email=joerg.schaible@gmx.de
 
+
|Resource URL=
|License=Other
 
|License note=License: Apache-2.0
 
 
 
On Debian GNU/Linux system you can find the complete text of the
 
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
 
 
}}
 
}}
{{Project license
+
{{Person
|License verified date=2013-03-20
+
|Real name=Paul Benedict
|License verified by=Debian
+
|Role=Developer
|License copyright=© 2001-2010, The Apache Software Foundation
+
|Email=pbenedict@apache.org
 
+
|Resource URL=
|License=Other
 
|License note=License: Apache-2.0
 
 
 
On Debian GNU/Linux system you can find the complete text of the
 
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
 
 
}}
 
}}
{{Project license
+
{{Person
|License verified date=2013-03-20
+
|Real name=Benedikt Ritter
|License verified by=Debian
+
|Role=Developer
|License copyright=© 2003, Arnaud Vandyck <arnaud.vandyck@ulg.ac.be>
+
|Email=britter@apache.org
© 2010, Ludovic Claude <ludovic.claude@laposte.net>
+
|Resource URL=
 
 
|License=Other
 
|License note=License: Apache-2.0
 
 
 
On Debian GNU/Linux system you can find the complete text of the
 
Apache-2.0 license in '/usr/share/common-licenses/Apache-2.0'
 
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Daniel Rall
+
|Real name=C. Scott Ananian
 +
|Role=Contributor
 
|Resource URL=
 
|Resource URL=
|Role=contact
 
|Email=dlr@finemaltcoding.com
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource URL=http://commons.apache.org/lang/
+
|Resource audience=developer
|Resource kind=Download
+
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://svn.apache.org/viewvc/commons/proper/lang/trunk/
 +
}}
 +
{{Resource
 +
|Resource audience=User
 +
|Resource kind=Mailing List Subscribe
 +
|Resource URL=user-subscribe@commons.apache.org
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource URL=http://commons.apache.org/lang/
+
|Resource audience=Developer
|Resource kind=Download
+
|Resource kind=Mailing List Subscribe
 +
|Resource URL=dev-subscribe@commons.apache.org
 +
}}
 +
{{Software category}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=Java 6.0
 +
}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libcommons-lang3-java
 
}}
 
}}

Revision as of 05:00, 5 January 2014


[edit]

Commons Lang

http://commons.apache.org/lang/
Commons Lang - an extension of the java.lang package

The Apache Commons Lang software library provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic numerical methods, object reflection, concurrency, creation and serialization and System properties. Additionally it contains basic enhancements to java.util.Date and a series of utilities dedicated to help with building methods, such as hashCode, toString and equals. Current support includes:

  • StringUtils - Helper for java.lang.String.
  • CharSetUtils - Methods for dealing with CharSets, which are sets of characters such as [a-z] and [abcdez].
  • RandomStringUtils - Helper for creating randomised Strings.
  • NumberUtils - Helper for java.lang.Number and its subclasses.
  • NumberRange - A range of numbers with an upper and lower bound.
  • ObjectUtils - Helper for java.lang.Object.
  • SerializationUtils - Helper for serializing Objects.
  • SystemUtils - Utility class defining the Java system properties.
  • NestedException package - A sub-package for the creation of nested exceptions.
  • Enum package - A sub-package for the creation of enumerated types.
  • Builder package - A sub-package for the creation of equals, hashCode, compareTo and toString methods.





Licensing

License

Verified by

Verified on

Notes

License

Apache2.0

Verified by

genium

Verified on

5 January 2014

Notes

This package includes software developed at The Apache Software Foundation (http://www.apache.org/). It also includes software from the Spring Framework, under the Apache License 2.0 (see: StringUtils.containsWhitespace())




Leaders and contributors

Contact(s)Role
Henri Yandell Developer
Stephen Colebourne Developer
Robert Burrell Donkin Developer
Matt Benson Developer
James Carman Developer
Niall Pemberton Developer
Fredrik Westermarck Developer
Daniel Rall Developer
Joerg Schaible Developer
Steven Caswell Developer
Paul Benedict Developer
Gary D. Gregory Developer
C. Scott Ananian Contributor
Benedikt Ritter Developer


Resources and communication

AudienceResource typeURI
DeveloperMailing List Subscribemailto:dev-subscribe@commons.apache.org
UserMailing List Subscribemailto:user-subscribe@commons.apache.org
Debian (Ref) (R)https://tracker.debian.org/pkg/libcommons-lang3-java
developerVCS Repository Webviewhttps://svn.apache.org/viewvc/commons/proper/lang/trunk/


Software prerequisites

KindDescription
Required to useJava 6.0




Entry

















































"developer" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libcommons-lang3-java

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.