Apache commons 工具集简介

封鸿雪
2023-12-01

 

AttributesRuntime API to metadata attributes such as doclet tags.
类属性运行时API,类似文档生成工具(doclet标签)。
BCELByte Code Engineering Library - analyze, create, and manipulate Java class files
字节编码处理包 - 分析、创建、操作java类文件。
BeanUtilsEasy-to-use wrappers around the Java reflection and introspection APIs.
容易使用的bean处理工具,大量使用java反射和内省实现。
BetwixtServices for mapping JavaBeans to XML documents, and vice versa.
JavaBeansXML的相互转换工具。
BSFBean Scripting Framework - interface to scripting languages, including JSR-223
Bean脚本框架:脚本语言接口,包括JSR-223
ChainChain of Responsibility pattern implemention.
责任链模式实现类库
CLICommand Line arguments parser.
命令行参数解析器。
CodecGeneral encoding/decoding algorithms (for example phonetic, base64, URL).
常用加解密算法,如:语音、base64url
CollectionsExtends or augments the Java Collections Framework.
Java集合扩展包。
CompressDefines an API for working with tar, zip and bzip2 files.
Tarzipbzip2等格式压缩解压工具包。
ConfigurationReading of configuration/preferences files in various formats.
文件配置读取工具包。
CSVComponent for reading and writing comma separated value files.
DaemonAlternative invocation mechanism for unix-daemon-like java code.
DBCPDatabase connection pooling services.
DbUtilsJDBC helper library.
DigesterXML-to-Java-object mapping utility.
DiscoveryTools for locating resources by mapping service/reference names to resource names.
ELInterpreter for the Expression Language defined by the JSP 2.0 specification.
EmailLibrary for sending e-mail from Java.
ExecAPI for dealing with external process execution and environment management in Java.
FileUploadFile upload capability for your servlets and web applications.
FunctorA functor is a function that can be manipulated as an object, or an object representing a single, generic function.
Imaging (previously called Sanselan)A pure-Java image library.
IOCollection of I/O utilities.
JCIJava Compiler Interface
JCSJava Caching System
JellyXML based scripting and processing engine.
JexlExpression language which extends the Expression Language of the JSTL.
JXPathUtilities for manipulating Java Beans using the XPath syntax.
LangProvides extra functionality for classes in java.lang.
LauncherCross platform Java application launcher.
LoggingWrapper around a variety of logging API implementations.
MathLightweight, self-contained mathematics and statistics components.
ModelerMechanisms to create Model MBeans compatible with JMX specification.
NetCollection of network utilities and protocol implementations.
OGNLAn Object-Graph Navigation Language
PoolGeneric object pooling component.
PrimitivesSmaller, faster and easier to work with types supporting Java primitive types.
ProxyLibrary for creating dynamic proxies.
SCXMLAn implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.
TransactionImplementations for multi level locks, transactional collections and transactional file access.
ValidatorFramework to define validators and validation rules in an xml file.
VFSVirtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.

 

修订版 

转载于:https://www.cnblogs.com/olmlo/archive/2013/05/26/3100799.html

 类似资料: