|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.silverpeas.search.indexEngine.model.FileDescription
public class FileDescription
A FileDescription pack all the needed information to parse and index a file. We need :
| Constructor Summary | |
|---|---|
FileDescription(String path,
String encoding,
String format,
String lang)
Set the new FileDescription with the given path, encoding, format and language. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getEncoding()
Return the file encoding |
String |
getFormat()
Return the file format |
String |
getLang()
Return the file language |
String |
getPath()
Return the file path |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileDescription(String path,
String encoding,
String format,
String lang)
path - encoding - format - lang - | Method Detail |
|---|
public String getPath()
public String getEncoding()
public String getFormat()
public String getLang()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||