|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.File
com.mytrendtimer.trendtimer.QuoteSourceFile
public class QuoteSourceFile
The quote file used as arg0. Output files name are based on this "input" file name. We extends the file class in order to use the File class default methods.
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
QuoteSourceFile(java.lang.String fileArg)
Main constructor used to create an output file object |
|
| Method Summary | |
|---|---|
static java.lang.String[] |
getAllQuoteFileNameTillDate()
Return all the possible quote file name (till the date) based on .xml config file content. |
java.lang.String |
getChartImageFileName()
Return the name of the output csv file ("Chart_xxxx.png") |
java.lang.String |
getCsvOutputFileName()
Return the name of the csv output file ("Result_xxxx.csv") |
java.lang.String |
getDateInQuoteFileName()
Getter dateInQuoteFileName |
static java.lang.String |
getDefaultSingleFileName()
|
static java.lang.String |
getDefaultValueFileDate()
Return the default date to be found in filenames (default value used fi for the GUI textField) |
java.lang.String |
getIDInQuoteFileName()
Getter iDInQuoteFileName |
java.lang.String |
getOutHtmlFileName()
Return the name of the html output file ("xxxx.inc") |
java.lang.String |
getOutXmlFileName()
Return the name of the xml file ("xxxx.xml") |
| Methods inherited from class java.io.File |
|---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuoteSourceFile(java.lang.String fileArg)
throws java.io.FileNotFoundException
java.io.FileNotFoundException| Method Detail |
|---|
public static java.lang.String[] getAllQuoteFileNameTillDate()
public java.lang.String getChartImageFileName()
public java.lang.String getCsvOutputFileName()
public java.lang.String getDateInQuoteFileName()
public static java.lang.String getDefaultSingleFileName()
public static java.lang.String getDefaultValueFileDate()
public java.lang.String getIDInQuoteFileName()
public java.lang.String getOutHtmlFileName()
public java.lang.String getOutXmlFileName()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||