Copyright (C) 2002, Patrick Tullmann <taglets@tullmann.org>

org.tullmann.taglets
Class PrefHack

java.lang.Object
  |
  +--org.tullmann.taglets.PrefHack

public class PrefHack
extends java.lang.Object

A simple hack for setting Taglet Collection preferences from the command line. Run PrefHack's main and pass it a list of preference keys and values. For example:

 java PrefHack todo.header.color.fg '#FF0000' todo.text.relsize "+1"
 

See Also:
ListTag, ReviewedBy
To Do:
Since:
April, 2002
Author:
Patrick Tullmann <taglets@tullmann.org>

Method Summary
static void main(java.lang.String[] args)
          For each pair of args, set the first arg to the second arg in the preferences tree rooted at org.tullmann.taglets tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
For each pair of args, set the first arg to the second arg in the preferences tree rooted at org.tullmann.taglets tree.

If zero or an odd number of preferences are passed, prints usage information and exits.


See http://www.tullmann.org/pat/taglets/ for the latest and greatest version.