~vcs-imports/xena/trunk

« back to all changes in this revision

Viewing changes to src/au/gov/naa/digipres/xena/kernel/filenamer/FileNamerManager.java

  • Committer: matthewoliver
  • Date: 2009-12-10 03:18:07 UTC
  • Revision ID: vcs-imports@canonical.com-20091210031807-l086qguzdlljtkl9
Merged Xena Testing into Xena Stable for the Xena 5 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        public static final String DEFAULT_EXTENSION = "xena";
55
55
 
56
56
        /**
 
57
         * Default file extension for Text Normalised files.
 
58
         */
 
59
        public static final String TEXT_NORMALISED_EXTENSION = "txt";
 
60
 
 
61
        /**
57
62
         * Default file filter to use when looking for Xena files.
58
63
         */
59
64
        public static final FileFilter DEFAULT_FILE_FILTER = new FileFilter() {