edu.rice.cs.util

Home
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
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Natural Language Processing
51.Net
52.Parser
53.PDF
54.Portal
55.Profiler
56.Project Management
57.Report
58.RSS RDF
59.Rule Engine
60.Science
61.Scripting
62.Search Engine
63.Security
64.Sevlet Container
65.Source Control
66.Swing Library
67.Template Engine
68.Test Coverage
69.Testing
70.UML
71.Web Crawler
72.Web Framework
73.Web Mail
74.Web Server
75.Web Services
76.Web Services apache cxf 2.2.6
77.Web Services AXIS2
78.Wiki Engine
79.Workflow Engines
80.XML
81.XML UI
Java Source Code / Java Documentation  » IDE » DrJava » edu.rice.cs.util 
edu.rice.cs.util
A collection of utility classes and packages.
Java Source File NameTypeComment
AbsRelFile.javaClass A subclass of File that stores if it should be saved as absolute or relative.
ArgumentTokenizer.javaClass Utility class which can tokenize a String into a list of String arguments, with behavior similar to parsing command line arguments to a program.
ArgumentTokenizerTest.javaClass Tests that an ArgumentTokenizer can correctly divide up a string into command line-style arguments.
BalancingStreamTokenizer.javaClass A tokenizer that splits a stream into string tokens while balancing quoting characters.
BalancingStreamTokenizerTest.javaClass Tests for a class to tokenize a stream while balancing quoting characters.
DirectorySelector.javaInterface An interface to give GlobalModel a directory for various operations.
FileOpenSelector.javaInterface An interface for a GUI frame that opens files.
FileOps.javaClass A class to provide some convenient file operations as static methods.
FileOpsTest.javaClass Test cases for FileOps .
GeneralProcessCreator.javaClass This class abstracts out process creation, similar to ProcessCreator, which is only available in Java 1.5.
InputStreamRedirector.javaClass Redirects requests for input through the abstract method _getInput().
JoinInputStream.javaClass
Log.javaClass Logging class to record errors or unexpected behavior to a file.
LogTest.javaClass Test cases for Log .
MD5ChecksumProperties.javaClass
NullFile.javaClass A null file.
OperationCanceledException.javaClass Indicates that a GUI operation has been canceled, e.g., choosing a file to save to from a file selection dialog.
OutputStreamRedirector.javaClass Allows an output stream, such as System.out and System.err, to be redirected to another stream.
ProcessChain.javaClass This class represents a piping chain of processes, in which the output of the first process is piped into the input of the second process, and so on.
ProcessCreator.javaClass This class abstracts out process creation, similar to ProcessCreator, which is only available in Java 1.5.
ProcessSequence.javaClass This class represents a sequence of processes.
ReaderWriterLock.javaClass This class implements synchronization primitives to solve the classic readers/writers problem without deadlock or starvation.
ReaderWriterLockTest.javaClass Attempts to test the correctness of the ReaderWriterLock class, which allows multiple reader and writer threads to safely access a shared resource.
RunnableEST.javaClass Runnable with extended stack trace.
StreamRedirectException.javaClass An exception that occurs while redirecting an output stream into an input stream.
StreamRedirectorTest.javaClass Test suite over InputStreamRedirector.
StreamRedirectThread.javaClass StreamRedirectThread is a thread which copies its input to its output and terminates when it completes.
StringOps.javaClass A class to provide some convenient String operations as static methods.
StringOpsTest.javaClass Test functions of StringOps.
UnexpectedException.javaClass An exception which DrJava throws on an unexpected error. Many times, we have to catch BadLocationExceptions in code that accesses DefinitionDocument, even if we know for a fact that a BadLocationException cannot occur.
XMLConfig.javaClass XML configuration management.

This class uses DOM paths of a specific form to refer to nodes in the XML document. Consider this XML structure: abc def The path "foo/bar" refers to the value "abc". The path "foo/fum" refers to the value "def". If this form is used, there may be only #text or #comment nodes in the node.

XMLConfigTest.javaClass XML configuration management tests.
ww_w___.__j_a___v___a_2__s___.c___om | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.