Searched defs:format (Results 1 - 6 of 6) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/
H A DConsoleFormatter.java33 * Creates a logentry on the console using the following format
45 return formatter.format(date);
48 public String format(LogRecord record) { method in class:ConsoleFormatter
H A DSimpleConsoleFormatter.java33 * Creates a logentry on the console using the following format
45 return formatter.format(date);
49 public String format(LogRecord record) { method in class:SimpleConsoleFormatter
H A DFileLogFormatter.java33 * Creates a logentry in the logfile on the following format
46 return formatter.format(date);
54 public String format(LogRecord record) { method in class:FileLogFormatter
H A DSimpleFileLogFormatter.java33 * Creates a logentry in the logfile on the following format
46 return formatter.format(date);
55 public String format(LogRecord record) { method in class:SimpleFileLogFormatter
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java67 final DateFormat format; field in class:SubversionHistoryParser.Handler
76 format = df;
97 entry.setDate(format.parse(s));
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 20 milliseconds