org.mmbase.util

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 » Database ORM » MMBase » org.mmbase.util 
org.mmbase.util
Java Source File NameTypeComment
ApplicationContextReader.javaClass
BuilderList.javaClass Gives an xml-representation of a dir structure with builders Used by the build script to create documentation for builders.
Casting.javaClass
ChainedIterator.javaClass Like org.apache.commons.collections.iterators.IteratorChain, to avoid the dependency....
ChainedList.javaClass Simple utility to chain several lists into a new one.
CloseableIterator.javaInterface An iterator which may need closing (e.g.
CVSReader.javaClass Class for reading and parsing the contents of a CVS (comma value seperated) file.
DateFormats.javaClass Utility function to create DateFormat instances.
DateStrings.javaClass The DateString class provides constant text strings for the weekday, month etc.
DateSupport.javaClass Some routines to support dates better

The problem that generally occurs is with timezones.
DijkstraSemaphore.javaClass Also called counting semaphores, Dijkstra semaphores are used to control access to a set of resources.
DynamicDate.javaClass A DynamicDate is a Date object that has no fixed value, like 'now'.
Encode.javaClass Class to convert from/to a string (byte[]) from/to a encoded string (byte[]) Supported encodings are at this moment:
  • BASE64
  • HEX
  • ESCAPE_XML
  • ESCAPE_HTML
  • ESCAPE_HTML_ATTRIBUTE
  • ESCAPE_WML
  • ESCAPE_WML_ATTRIBUTE
  • ESCAPE_URL
  • ESCAPE_URL_PARAM
  • ESCAPE_SINGLE_QUOTE
A list of supported encodings can be gotten by java org.mmbase.util.Encode, and you add your own encodings by calling the static function 'register' of this class.
EncodingDetectingOutputStreamWriter.javaClass Like java.io.OutputStreamWriter but it tries to autodetect the encoding of the OutputStream.
Entry.javaClass Represents a pair of values ('key' and a 'value').
Escape.javaClass Class for escaping single quotes in a string, so that they can be safely included in a SQL statement.
ExprCalc.javaClass Class to calculate expressions.
ExtendedProperties.javaClass This is a flexible Properties version, it can handle saving of Properties with the comments that will stay in your file.
FileWatcher.javaClass Original javadoc. This will run as a thread after it has been started. It will check every interval if one of it's files has been changed. When one of them has been changed, the onChange method will be called, with the file that was changed.
GenericResponseWrapper.javaClass Wrapper around the response.
HashCodeUtil.javaClass http://www.macchiato.com/columns/Durable6.html Hash Collections (HashSet, HashMap, Hashtable, etc) are typically implemented with an array of buckets. Each bucket is itself an array or linked list of pairs.
IECompatibleJpegInputStream.javaClass IECompatibleJpegInputStream removes additional information left by PhotoShop 7 in jpegs , this information may crash Internet Exploder.
LinkMap.javaClass Combines to Maps to one new map.
LocalizedEntryListFactory.javaClass These factories can produce Collections based on a Locale (The LocalizedEntryListFactory.get method is essential).
LocalizedString.javaClass

A String which is localized.

LRUHashtable.javaClass A hashtable which has a maximum of entries.
NodeComparator.javaClass This class implements the Comparator interface for comparing MMObjectNodes.
PageInfo.javaClass The PageInfo is a container class.
PasswordGenerator.javaClass Module for the automatic generation of passwords. Based on the code of Arnold G.
PasswordGeneratorInterface.javaInterface Interface for the automatic generation of passwords.
PublicCloneable.javaInterface The java interface java.lang.Cloneable has no public methods.
QueryConvertor.javaClass Class for the converion of a expression string to a SQL where clause. The expressions string is expected to be in 'altavista' format. This means that logical operators are identified by '+' (AND), '-' (NOT), and '|' (OR). Comparative operators are the same as those used in SCAN (i.e.
RandomPool.javaClass Class for holding a pool of random numbers.
ReaderInputStream.javaClass Oddly enough, Java does not provide this itself.
RelativeTime.javaClass This util class contains several methods and constants to manipulate relative time values.
ReplacingLocalizedString.javaClass Extends and wraps LocalizedString.
ResourceLoader.javaClass MMBase resource loader, for loading config-files and those kind of things.
ResourceWatcher.javaClass Like org.mmbase.util.FileWatcher but for Resources.
ReverseComparator.javaClass The comparator which sorts Comparable on the inverse natural order.
SizeMeasurable.javaInterface

The SizeOf class tries to determine the size of memory structures. This is tried by reflection and so on, but if an object is 'SizeMeasurable' then it is asked to the object directly.

So, if your object stores its bulk in private members, and you want its size to be determined adequately, then you should let it implement this interface.

If you did not implement a class yourself, but have a clue how to guess the size anyhow, then you could also put this implementation in SizeOf itself (as for example was done for String).

SizeOf.javaClass

Implementation of 'sizeof'.

Sortable.javaInterface Interface to sort objects.
SortedBundle.javaClass A bit like java.util.ResourceBundle (on which it is based), but it creates SortedMap's.
SPartFileFilter.javaClass Support utility for MMObjectBuilder.getSMartPath This filter filters files with the specified number in its name.
StringBufferWriter.javaClass Oddly enough, Java does not provide this itself.
StringBuilderWriter.javaClass Oddly enough, Java does not provide this itself.
StringObject.javaClass This Class is a growable buffer for characters. It is mainly used to create Strings.
StringSplitter.javaClass Utility class for splitting delimited values.
StringTagger.javaClass StringTagger, Creates a object with tags and fields from a String.
Strip.javaClass Class to strip characters from the beginning and end of strings.
 Example1: Strip.Char("..dfld..",'.',Strip.TRAILING) yields "..dlfd."
 Example2: Strip.Chars("..dfld..",".",Strip.TRAILING) yields "..dlfd"
 Example3: Strip.Chars(".
ThreadPools.javaClass
UriParser.javaClass For an important part stolen from jakarta vfs (only one function).
WrappedLocalizedString.javaClass Extends and wraps LocalizedString.
WriterOutputStream.javaClass Oddly enough, Java does not provide this itself.
XMLBasicReader.javaClass XMLBasicReader has two goals.
XMLContextDepthReader.javaClass Reads a contextdepth type of application export configuration file.
XMLEntityResolver.javaClass
XMLErrorHandler.javaClass
XMLNodeReader.javaClass This class reads a node from an exported application.
XMLRelationNodeReader.javaClass This class reads a relation node from an exported application.
XSLTransformer.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.