Uses of Class
de.hunsicker.jalopy.storage.History.Policy

Packages that use History.Policy
de.hunsicker.jalopy Contains the main classes to directly interact with the Jalopy formatting engine. 
de.hunsicker.jalopy.storage The Jalopy runtime and persistant state storage and configuration facility. 
 

Uses of History.Policy in de.hunsicker.jalopy
 

Methods in de.hunsicker.jalopy with parameters of type History.Policy
 void Jalopy.setHistoryPolicy(History.Policy policy)
          Sets the history policy to use.
 

Uses of History.Policy in de.hunsicker.jalopy.storage
 

Fields in de.hunsicker.jalopy.storage declared as History.Policy
static History.Policy History.Policy.DISABLED
          Don't use the history.
static History.Policy History.Policy.COMMENT
          Insert a single line comment header at the top of every formatted file.
static History.Policy History.Policy.FILE
          Track file modifications in a binary file stored in the Jalopy settings directory.
 

Methods in de.hunsicker.jalopy.storage that return History.Policy
static History.Policy History.Policy.valueOf(java.lang.String name)
          Returns the policy for the given name.
 



Copyright © 1997-2005 Jalopy. All Rights Reserved.