Package jestr.singleLine

Contains stringifiers for the single-line format, which places all of an object's attributes on one line in a manner suitable for input to text processing tools like awk, sed, and grep.

See:
          Description

Class Summary
SingleLineAfterChildrenHandlerBase  
SingleLineBeforeChildrenHandlerBase  
SingleLineBetweenChildrenHandlerBase  
SingleLineNullObjectStringifier  
SingleLineStringifierSet  
 

Package jestr.singleLine Description

Contains stringifiers for the single-line format, which places all of an object's attributes on one line in a manner suitable for input to text processing tools like awk, sed, and grep. Individual attributes and collection elements are separated by the '|' symbol. You can select the single-line format either as the default or just for individual fields or classes. To select single-line stringification as the default, put these lines in your "jestr.properties" file:


    jestr.stringifier.myCollectionDefault=clone-of-collectionSingleLine
    jestr.stringifier.myCollectionDefault.priority=1000

    jestr.stringifier.myNonCollectionDefault=clone-of-nonCollectionSingleLine
    jestr.stringifier.myNonCollectionDefault.priority=1001



Copyright (c) 2001-2003 - Apache Software Foundation