Mercurial > hg > digilib-old
comparison servlet/src/digilib/io/ImageFileSet.java @ 580:50bd3d9759f3 stream
small cleanup
author | robcast |
---|---|
date | Wed, 22 Dec 2010 20:39:09 +0100 |
parents | dad720e9b12b |
children | bb8dfc05674f |
comparison
equal
deleted
inserted
replaced
578:42ac8c8e62fd | 580:50bd3d9759f3 |
---|---|
39 } | 39 } |
40 | 40 |
41 /* (non-Javadoc) | 41 /* (non-Javadoc) |
42 * @see digilib.io.DocuDirent#getName() | 42 * @see digilib.io.DocuDirent#getName() |
43 */ | 43 */ |
44 @Override | |
45 public String getName() { | 44 public String getName() { |
46 // TODO Auto-generated method stub | 45 // TODO Auto-generated method stub |
47 return null; | 46 return null; |
48 } | 47 } |
49 | 48 |
50 /* (non-Javadoc) | 49 /* (non-Javadoc) |
51 * @see digilib.io.DocuDirent#getParent() | 50 * @see digilib.io.DocuDirent#getParent() |
52 */ | 51 */ |
53 @Override | |
54 public Directory getParent() { | 52 public Directory getParent() { |
55 // TODO Auto-generated method stub | 53 // TODO Auto-generated method stub |
56 return null; | 54 return null; |
57 } | 55 } |
58 | 56 |
59 /* (non-Javadoc) | 57 /* (non-Javadoc) |
60 * @see digilib.io.DocuDirent#setParent(digilib.io.Directory) | 58 * @see digilib.io.DocuDirent#setParent(digilib.io.Directory) |
61 */ | 59 */ |
62 @Override | |
63 public void setParent(Directory parent) { | 60 public void setParent(Directory parent) { |
64 // TODO Auto-generated method stub | 61 // TODO Auto-generated method stub |
65 | 62 |
66 } | 63 } |
67 | 64 |
68 /* (non-Javadoc) | 65 /* (non-Javadoc) |
69 * @see digilib.io.DocuDirent#getFileMeta() | 66 * @see digilib.io.DocuDirent#getFileMeta() |
70 */ | 67 */ |
71 @Override | |
72 public MetadataMap getFileMeta() { | 68 public MetadataMap getFileMeta() { |
73 // TODO Auto-generated method stub | 69 // TODO Auto-generated method stub |
74 return null; | 70 return null; |
75 } | 71 } |
76 | 72 |
77 /* (non-Javadoc) | 73 /* (non-Javadoc) |
78 * @see digilib.io.DocuDirent#setFileMeta(digilib.io.MetadataMap) | 74 * @see digilib.io.DocuDirent#setFileMeta(digilib.io.MetadataMap) |
79 */ | 75 */ |
80 @Override | |
81 public void setFileMeta(MetadataMap fileMeta) { | 76 public void setFileMeta(MetadataMap fileMeta) { |
82 // TODO Auto-generated method stub | 77 // TODO Auto-generated method stub |
83 | 78 |
84 } | 79 } |
85 | 80 |
86 /* (non-Javadoc) | 81 /* (non-Javadoc) |
87 * @see digilib.io.DocuDirent#isMetaChecked() | 82 * @see digilib.io.DocuDirent#isMetaChecked() |
88 */ | 83 */ |
89 @Override | |
90 public boolean isMetaChecked() { | 84 public boolean isMetaChecked() { |
91 // TODO Auto-generated method stub | 85 // TODO Auto-generated method stub |
92 return false; | 86 return false; |
93 } | 87 } |
94 | 88 |
95 /* (non-Javadoc) | 89 /* (non-Javadoc) |
96 * @see digilib.io.DocuDirent#compareTo(java.lang.Object) | 90 * @see digilib.io.DocuDirent#compareTo(java.lang.Object) |
97 */ | 91 */ |
98 @Override | |
99 public int compareTo(Object arg0) { | 92 public int compareTo(Object arg0) { |
100 // TODO Auto-generated method stub | 93 // TODO Auto-generated method stub |
101 return 0; | 94 return 0; |
102 } | 95 } |
103 | 96 |
104 @Override | |
105 public File getInput() { | 97 public File getInput() { |
106 // TODO Auto-generated method stub | 98 // TODO Auto-generated method stub |
107 return null; | 99 return null; |
108 } | 100 } |
109 | 101 |
274 } | 266 } |
275 } | 267 } |
276 } | 268 } |
277 | 269 |
278 public void readMeta() { | 270 public void readMeta() { |
279 // TODO Auto-generated method stub | 271 // FIXME: what to do? |
280 | 272 |
281 } | 273 } |
282 | 274 |
283 } | 275 } |