|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.rse.services.clientserver.SystemFileClassifier
public class SystemFileClassifier
This singleton class classifies a file on the remote system.
| Method Summary | |
|---|---|
protected java.lang.String |
classifyClassFile(java.lang.String absolutePath)
Classifies a class file. |
java.lang.String |
classifyFile(java.lang.String absolutePath)
Classifies the file with the given absolute path. |
protected java.lang.String |
classifyNonVirtual(java.lang.String absolutePath)
Classifies a non-virtual file with the given path. |
protected java.lang.String |
classifyVirtual(java.lang.String absolutePath)
Classifies a virtual file with the given path. |
protected java.lang.String |
getClassification(java.lang.String absolutePath,
java.lang.String line)
Classifies from the given line of classification output. |
static SystemFileClassifier |
getInstance()
Returns the singleton instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SystemFileClassifier getInstance()
public java.lang.String classifyFile(java.lang.String absolutePath)
"file".
absolutePath - the absolute path.
protected java.lang.String classifyVirtual(java.lang.String absolutePath)
absolutePath - the absolute path of the virtual file.
protected java.lang.String classifyNonVirtual(java.lang.String absolutePath)
absolutePath - the absolute path of the file.
protected java.lang.String getClassification(java.lang.String absolutePath,
java.lang.String line)
absolutePath - the absolute path of the file that was classified.line - the line of output to parse.
protected java.lang.String classifyClassFile(java.lang.String absolutePath)
absolutePath - the absolute path of the class file.
|
RSE Release 3.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||