|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfiletools.filesearchtools.MatlabHelpfileIndexer.FileInfo
protected class MatlabHelpfileIndexer.FileInfo
Helper class which keeps all collected information about a matlab-helpfile
Field Summary | |
---|---|
java.lang.String |
chapname
|
java.lang.String |
chunkname
|
java.lang.String |
docname
|
java.lang.String |
filename
fields for the information |
private static int |
FRAMEPAGE
|
private static int |
INDEXPAGE
|
private static int |
NAVPAGE
|
int |
pagetype
|
java.lang.String |
path
|
private static int |
REGULAR
filetype definitions |
java.lang.String |
specialData
|
java.lang.String |
title
|
private static int |
TOCPAGE
|
Constructor Summary | |
---|---|
MatlabHelpfileIndexer.FileInfo(java.io.File file)
Constructor which takes the filename and path from the provided File-object |
|
MatlabHelpfileIndexer.FileInfo(java.lang.String filename,
java.lang.String path)
Constructor which needs to be told of the filename and path |
Method Summary | |
---|---|
MatlabHelpfileIndexer.FileInfo |
escapeQuotes()
Generates a new FileInfo object with the same information but escaped quoting characters |
private java.lang.String |
escapeQuoteString(java.lang.String input)
Escapes any quoting characters in the given string |
java.lang.String |
getPageTypeString()
Returns a String representation of the pagetype |
boolean |
isComplete()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String filename
public java.lang.String path
public java.lang.String docname
public java.lang.String chunkname
public java.lang.String chapname
public java.lang.String title
public java.lang.String specialData
public int pagetype
private static final int REGULAR
private static final int FRAMEPAGE
private static final int INDEXPAGE
private static final int NAVPAGE
private static final int TOCPAGE
Constructor Detail |
---|
public MatlabHelpfileIndexer.FileInfo(java.io.File file)
file
- File this FileInfo object belongs topublic MatlabHelpfileIndexer.FileInfo(java.lang.String filename, java.lang.String path)
filename
- Name of the file this FileInfo object belongs topath
- Full path of the file this FileInfo object belongs toMethod Detail |
---|
public boolean isComplete()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getPageTypeString()
public MatlabHelpfileIndexer.FileInfo escapeQuotes()
private java.lang.String escapeQuoteString(java.lang.String input)
input
- String to escape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |