Uses of Class
org.clapper.curn.CurnUtil.IndexMarker

Packages that use CurnUtil.IndexMarker
org.clapper.curn   
 

Uses of CurnUtil.IndexMarker in org.clapper.curn
 

Methods in org.clapper.curn that return CurnUtil.IndexMarker
static CurnUtil.IndexMarker CurnUtil.IndexMarker.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CurnUtil.IndexMarker[] CurnUtil.IndexMarker.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.clapper.curn with parameters of type CurnUtil.IndexMarker
static java.lang.String CurnUtil.makeRollingFileWriterPattern(java.io.File file, CurnUtil.IndexMarker indexMarkerLoc)
          Transform a File object into a RollingFileWriter pattern.
static java.io.PrintWriter CurnUtil.openOutputFile(java.io.File file, java.lang.String encoding, CurnUtil.IndexMarker indexMarkerLoc, int totalBackups)
          Open a file that might require backing up.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.