Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Page 1   2   3   4   5   6   7   8   9   10   11  
com.RuntimeCollective.* (472)com.acme.* (20)com.act365.* (66)
com.adorphuye.* (17)com.aendvari.* (176)com.amarda.* (1)
com.anotherbigidea.* (73)com.apple.* (7)com.arranger.* (205)
com.arthurdo.* (5)com.bar.* (1)com.barteo.* (115)
com.bdexx.* (3)com.caucho.* (27)com.chaoswg.* (93)

Package Samples:

com.RuntimeCollective.publication.bean: The Publication module contains functionality to manage simple Publication items, against which user Subscriptions can be registered, and for which newsletters (SiteNode, basically) can be created and emailed in multipart/alternative html/plaintext to its subscribers.  
com.RuntimeCollective.content.bean: The Content module defines the Content contract for the Josephine framework, as well as a collection of basic types of Content (TextComponent, File, Image).  
com.RuntimeCollective.search.bean: The Search module uses Jakarta Lucene to provide a (hopefully) flexible search facility for Java objects.  
com.RuntimeCollective.questionnaire.bean: The Questionnaire modules allows for the creation of complex Questionnaires, and the processing of data submitted by Users.  
com.RuntimeCollective.permission.bean: The Permission module provides support for much more flexible Permission logic than webapps.bean.PermissionBean .  
com.RuntimeCollective.sitemap.bean: The Sitemap module defines the necessary classes to set up and edit the structure of a content library.  
com.RuntimeCollective.bboard.bean: The BBoard module offers Bulletin Board (aka Message Board), Blog and Faq functionality.  
com.aendvari.hermes.broker.http: This package contains several classes for the handling of messages.  
com.aendvari.satyr.servlet.gateway.tethys: Various servlets and utilities for running satyr applications.  
com.aendvari.tethys.tag.notices: Provides tags using the tag library interfaces implementation.  
com.aendvari.griffin.validation.handlers.simple: Various classes for the handling of XML data validation.  
com.aendvari.cerberus.component.descriptor.parser: Classes for the various component descriptors.  
com.RuntimeCollective.webapps.bean: Webapps is the core module of Josephine.  
com.apple.eawt
com.acme
com.acme.gui.presObjs.ErrorPO1.level0.level1.level2
com.acme.gui.presObjs.ErrorPO1.level0.level1
com.acme.gui.presObjs.ErrorPO1.level0
com.acme.gui.presObjs.ErrorPO1
com.acme.gui.presObjs

Classes:

RE: RE is an efficient, lightweight regular expression evaluator/matcher class. Regular expressions are pattern descriptions which enable sophisticated matching of strings. In addition to being able to match a string against a pattern, you can also extract parts of the match. This is especially useful in text parsing! Details on the syntax of regular expression patterns are given below. To compile a regular expression (RE), you can simply construct an RE matcher object from the string specification of the pattern, like this: RE r = new RE("a*b"); Once you have done this, you can call either of the ...
Diagnostic: Revision 1.8 2000-09-28 : 22:51:00 Visesh Removed constructors particular to DiagnosticCategory when it was in the hiearchy Diagnostic is a utility class for tracing and debugging. It is not intended for error and exception handling. It provides methods to print, trace, and warn and also to check for conditions. One or more output streams can be registered so that output can be saved in a file and shown on the console simultaneously. Diagnostic.initialize(section name) must be called to read properties from the 'diagnostic.properties' file. Different section can be defined with different properties, ...
VBScriptGlobals: The VBScriptGlobals class handles variables global to every VBScript expression, such as global functions and variables. State of variable implementation: Color Constants vbBlack - TODO Not implemented. vbBlue - TODO Not implemented. vbRed - TODO Not implemented. vbMagenta - TODO Not implemented. vbGreen - TODO Not implemented. vbCyan - TODO Not implemented. vbYellow - TODO Not implemented. vbWhite - TODO Not implemented. Comparison Constants vbBinaryCompare - Fully implemented. vbTextCompare - Fully implemented. Date and Time Constants vbSunday - Fully implemented. vbMonday - Fully implemented. ...
SetDestinationService: SetDestinationService Create destination paths for assets according to the mode selected. Destination paths can be retrieved by invoking the method call: String destination = (String) asset.getProperty( String key ); where asset is an instance of DisguiseAssetRecordData. Possible modes are: fromMapfolders: - Files are part of a mapfolders structure and the new destination will be another folder. This new destination folder can either preserve the mapped structure defined for the hot directory (this is the default behavior), or not preserve its hot directory structure (so that all files are copied ...
DH: This class performs the basic essential functions for Diffie-Hellman key genereration. Specifily, given a generator (g), exponent (x), and prime modulus (m), it performs: g x mod m . Of course this could also be done just as easily with the java.math.BigInteger.modPow() method, but that class is rarely included in J2ME and embeded JVMs this can still be usefull. It is worth noting that this class has been tested to reliably work on key sizes >= 64 bits. It will often fail on a keys To generate a shared private key: Jack performs: int keySize = 128; DH dh = new DH(keySize); Random rnd = new Random(); ...
ImportRsrcForkService: ImportResourceForkService Converts Macintosh files stored in either UNIX or NT file systems to MacBinary format and vice versa. This service supports files stored using the following AppleTalk vendors and softwares: Helios, IPT, Xinet, and DAVE. The following rules will be applied for updating or creating new assets: If action = combine or action = separate: If Input Asset is equal to Output Asset: Input asset path will be replaced with path of output file. If Input Asset is not equal to Output Asset and Output Asset exists: Output asset path will be replaced with path of output file. If Input ...
XMLWriter: Filter to write an XML document from a SAX event stream. This class can be used by itself or as part of a SAX event stream: it takes as input a series of SAX2 ContentHandler events and uses the information in those events to write an XML document. Since this class is a filter, it can also pass the events on down a filter chain for further processing (you can use the XMLWriter to take a snapshot of the current state at any point in a filter chain), and it can be used directly as a ContentHandler for a SAX2 XMLReader. The client creates a document by invoking the methods for standard SAX2 events, ...
ScriptService: ScriptService A remote Service which is used to obtain the data available in the ImportData structure. The data is used to create new Assets (Thumbnail, composite images etc..) and Asset Records in the database. The data can be obtained one of two ways. Input File: This input file is a text file containing the data from the ImportData structure. This file can be read by a script or application which generates new Assets. The script is then required to generate an output file that this Script Service will read to update the ImportData object before it is sent back for a database update. AppleScript: ...
JDBCAppender: The JDBCAppender, writes messages into a database The JDBCAppender is configurable at runtime by setting options in two alternatives : 1. Use a configuration-file Define the options in a file ( example ) and call a PropertyConfigurator.configure(filename) in your code. 2. Use the methods of JDBCAppender to do it Call JDBCAppender::setOption(JDBCAppender.xxx_OPTION, String value) to do it analogically without a configuration-file ( example ) All available options are defined as static String-constants in JDBCAppender named xxx_OPTION. Here is a description of all available options : 1. Database-options ...
SerBible: A Biblical source that comes from files on the local file system. This format is designed to be fast. At any cost. So disk space does not matter, which is good because early versions used about 100Mb! This is a history of some of he design desisions that this class has been through. Searching I think that a Bible ought not to store anything other than Bible text. I have experimented with a saerch mechanism that cached searches in a very effective manner, however it took up a lot of disk space, and only worked for one version. It might be good to have it work in a more generic way, and an in-memory ...
CheckOutService: CheckOutService Checks out and locks a file for modifications. The CheckOut Service is performed in two steps, depending on whether the check-out location is in the server or in the client's local machine. - The first step is to change the database status to in-progress and copy the files to the place specified by the client. - The second step is to update the status in the database to either checked-out (upon success) or checked-in (upon failure); delete the temporary files if the checked-out location is not local to the server; and finally send an email confirmation if requested by the client. ...
Anneal: Anneal a placement of a VirtualGraph with dynamic created grid points and meeting spacing requirements. For bus->bus and vertex->bus routes, grid start from the vertex x-coordinates and edge-edge (ESPACING) spacing apart on both sides. For vertex->vertex routes, grid start from the src x-coordinates and with (dest.x-src.x)/ESPACING divisions such that grid points are aligned with both src.x and dest.x. Each grid point is checked against existing vertices to make sure there are proper spacings. . Since Grid are now created dynamically, static data (eg. crossCost) are now moved to VirtualVertex and ...
MultiClassLoader: Summary: A class loader that can load classes from class files and zip files residing in a specified class path. This class loader can also load resources that reside on the class path and return them as is, as input streams, or as byte arrays. Features: Loads classes from class files and zip files. Finds resources and can return them as is, as input streams and as byte arrays. Loads classes and resources using the specified class path. Class path entries can be URLs, directories, zip files or jar files. A secondary classloader can be specified which is used to locate the class if its not found ...
DescendantTokenCheck: Checks for restricted tokens beneath other tokens. Examples of how to configure the check: <!-- String literal equality check --> <module name="DescendantToken"> <property name="tokens" value="EQUAL,NOT_EQUAL"/> <property name="limitedTokens" value="STRING_LITERAL"/> <property name="maximumNumber" value="0"/> <property name="maximumDepth" value="1"/&dt; </module> <!-- Switch with no default --> <module name="DescendantToken"> <property name="tokens" value="LITERAL_SWITCH"/> <property name="maximumDepth" value="2"/> <property name="limitedTokens" ...
XMLService: BookXMLService Creates an Import Data object from an XML file. This service wound up being fairly customer specific and should probably be deprecated. The more general XML asset creation service, which should be used in favor of this one, is the XMLActionDataService. Configurable Properties in services.config None Configurable Properties in Hot Directory Control File FieldToSplitForSLF: If the value is booktechGenerate, the value for the server is set to be the same as the server value where the XML file resides; the location is generated by appending a number (based on the number contained in ...
VBAExport: VBAExport takes a Map and exports the data to a Word VBA file. This was developed from a VB macro that looked something like this: Attribute VB_Name = "NumberLine" Option Explicit Dim shape As FreeformBuilder Private Const box_width As Single = 20# Private Const box_height As Single = 20# '------------------------------------------------------------------------------- Public Sub RouteMain() RouteStart 100#, 100#, "1" RouteContinue 110#, 110#, "2" RouteContinue 120#, 120#, "3" RouteContinue 130#, 120#, "4" RouteContinue 130#, 130#, "5" RouteContinue 100#, 130#, "6" RouteContinue 90#, 100#, "7" RouteEnd ...
DownloadService: DownloadService This service copies the requested assets to a temporary location from where they can be downloaded using a browser. Configurable Properties in roletype_services.config In/Out Properties for Assets Attribute IN OUT Default IN Default OUT ROLE &nbsp &nbsp ALL ALL Highres X X &nbsp &nbsp Lowres X X &nbsp &nbsp Thumbnail X X &nbsp X Layout X X &nbsp &nbsp Video X X &nbsp &nbsp Audio X X &nbsp &nbsp TYPE X X ALL &nbsp FLAG PARENT X X &nbsp &nbsp CHLDREN X X &nbsp X ALL X X &nbsp &nbsp TEMP_PARENT X X &nbsp &nbsp TEMP_CHILDREN X X &nbsp &nbsp TEMP_ALL X X &nbsp &nbsp Configurable Properties ...
ImageConvertService: AlchemyConvertService Invokes the Alchemy utility for the files specified and creates thumbnail images for each of them. Also obtains display information about the input file. Different image convert applications can be plugged into this service. The service requires the following key/value pair lines as output of the command line application being invoked (this is an example): Type: JPEG Mode: Truecolour Width: 640 Height: 430 BitsPerPixel: 24 DPIX: 72 DPIY: 72 FileSize: 203189 The result must be sent to standard output. The keys do not required to be with the capitalization shown. Make sure a ...
RawBible: RawBible is a custom Bible. It is designed to be: Compact: So that the download time is as small as possible Divisible: So that a download can be partial, and some text can be read whilst missing content like styles, notes, or even word case. As a result of this is can be very slow, or very memory hungry. I guess that the technology developed here could be useful as a delivery format, but the timings I am getting from my benchmarks say "start again". There is a question mark over how this format will handle rich text. The dictionary lookup scheme can be very space efficient but I'm not sure how ...
ImportMoveService: ImportMoveService Moves files during the import process. This service accepts assets for which the destination location has already been set or can be configured to create the destination path for each asset. See SetDestinationService for configurable properties if you want to create paths. Configurable Properties in roletype_services.config (or *.ctl file if run as a preservice) In/Out Properties for Assets Attribute IN OUT Default IN Default OUT ROLE &nbsp &nbsp ALL &nbsp Highres X &nbsp &nbsp &nbsp Lowres X &nbsp &nbsp &nbsp Thumbnail X &nbsp &nbsp &nbsp Layout X &nbsp &nbsp &nbsp Video X &nbsp ...
WhitespaceAroundCheck: Checks that a token is surrounded by whitespace. By default the check will check the following operators: ASSERT 55 , ASSIGN 55 , BAND 55 , BAND_ASSIGN 55 , BOR 55 , BOR_ASSIGN 55 , BSR 55 , BSR_ASSIGN 55 , BXOR 55 , BXOR_ASSIGN 55 , COLON 55 , DIV 55 , DIV_ASSIGN 55 , EQUAL 55 , GE 55 , GT 55 , LAND 55 , LCURLY 55 , LE 55 , LITERAL_CATCH 55 , LITERAL_DO 55 , LITERAL_ELSE 55 , LITERAL_FINALLY 55 , LITERAL_FOR 55 , LITERAL_IF 55 , LITERAL_RETURN 55 , LITERAL_SYNCHRONIZED 55 , LITERAL_TRY 55 , LITERAL_WHILE 55 , LOR 55 , LT 55 , MINUS 55 , MINUS_ASSIGN 55 , MOD 55 , MOD_ASSIGN 55 , NOT_EQUAL 55 , ...
WhitespaceAroundCheck: Checks that a token is surrounded by whitespace. By default the check will check the following operators: ASSERT 55 , ASSIGN 55 , BAND 55 , BAND_ASSIGN 55 , BOR 55 , BOR_ASSIGN 55 , BSR 55 , BSR_ASSIGN 55 , BXOR 55 , BXOR_ASSIGN 55 , COLON 55 , DIV 55 , DIV_ASSIGN 55 , EQUAL 55 , GE 55 , GT 55 , LAND 55 , LCURLY 55 , LE 55 , LITERAL_CATCH 55 , LITERAL_DO 55 , LITERAL_ELSE 55 , LITERAL_FINALLY 55 , LITERAL_FOR 55 , LITERAL_IF 55 , LITERAL_RETURN 55 , LITERAL_SYNCHRONIZED 55 , LITERAL_TRY 55 , LITERAL_WHILE 55 , LOR 55 , LT 55 , MINUS 55 , MINUS_ASSIGN 55 , MOD 55 , MOD_ASSIGN 55 , NOT_EQUAL 55 , ...
ImageInfoService: AlchemyInfoService Calls the Alchemy utility to obtain display information about an asset. Different image convert applications can be plugged into this service. The service requires the following key/value pair lines as output of the command line application being invoked (this is an example): Type: JPEG Mode: Truecolour Width: 640 Height: 430 BitsPerPixel: 24 DPIX: 72 DPIY: 72 FileSize: 203189 The result must be sent to standard output. The keys do not required to be with the capitalization shown. Make sure a colon is used, not an equal sign. Note that DPIX and DPIY can be substituted with DPCX ...
FileInfoPSDService: FileInfoPSDService This service will obtain the IPTC information from a Photoshop file and place it in the metadata based on the configuration specification in the roletype_services.config file. Configurable Properties in services.config Asset-file-type/subservice code mapping. Specific file types must be mapped to specific subservice parsers. The file type name must be the name used in the Typer service definition file. The currently available parser/type mappings are: EPSType = PSDType = TIFFType = Configurable Properties in roletype_services.config Any combination of the following properties ...
ExecuteExternalService: ExecuteExternalService The Execute External Service will execute a external program as part of a workflow either during imports or during a customized process. The service can be set so it accepts the full path of the program to be called and its arguments. Arguments can be meta data information stored in the data object passed to the service or literal arguments (defined for the service and passed straight to the program. All arguments should be specified in one of the following files: - services.config - roletype_services.config - custom_process.xml - xml file defined for FLEXsi The following ...

Home | Contact Us | Privacy Policy | Terms of Service