|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.FileProcessLocation
public class FileProcessLocation
| Constructor Summary | |
|---|---|
FileProcessLocation(java.io.File file)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.io.File |
getFile()
|
java.lang.String |
getRawXML()
Reads the contents of the referenced resource and returns the XML without parsing it. |
java.lang.String |
getShortName()
Returns a short name, e.g. the last component of the path. |
int |
hashCode()
|
Process |
load(ProgressListener l)
Reads the process and returns it. |
void |
store(Process process,
ProgressListener listener)
Stores the process at the referenced location. |
java.lang.String |
toHistoryFileString()
Returns a string saved to the history file. |
java.lang.String |
toMenuString()
Returns a string as it is displayed in the recent files menu. |
java.lang.String |
toString()
The toString representation is used, e.g. in the welcome screen dialog, |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FileProcessLocation(java.io.File file)
| Method Detail |
|---|
public Process load(ProgressListener l)
throws java.io.IOException,
XMLException
ProcessLocation
load in interface ProcessLocationjava.io.IOException
XMLExceptionpublic java.lang.String toHistoryFileString()
ProcessLocation
toHistoryFileString in interface ProcessLocation
public java.lang.String getRawXML()
throws java.io.IOException
ProcessLocation
getRawXML in interface ProcessLocationjava.io.IOException
public void store(Process process,
ProgressListener listener)
throws java.io.IOException
ProcessLocation
store in interface ProcessLocationjava.io.IOExceptionpublic java.io.File getFile()
public java.lang.String toMenuString()
ProcessLocation
toMenuString in interface ProcessLocationpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
ProcessLocation
toString in interface ProcessLocationtoString in class java.lang.Objectpublic java.lang.String getShortName()
ProcessLocation
getShortName in interface ProcessLocation
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||