|
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 String |
classifyClassFile(String absolutePath)
Classifies a class file. |
String |
classifyFile(String absolutePath)
Classifies the file with the given absolute path. |
protected String |
classifyNonVirtual(String absolutePath)
Classifies a non-virtual file with the given path. |
protected String |
classifyVirtual(String absolutePath)
Classifies a virtual file with the given path. |
protected String |
getClassification(String absolutePath,
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 String classifyFile(String absolutePath)
"file"
.
absolutePath
- the absolute path.
protected String classifyVirtual(String absolutePath)
absolutePath
- the absolute path of the virtual file.
protected String classifyNonVirtual(String absolutePath)
absolutePath
- the absolute path of the file.
protected String getClassification(String absolutePath, String line)
absolutePath
- the absolute path of the file that was classified.line
- the line of output to parse.
protected String classifyClassFile(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 |